mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Improve Italian ocr replace list a little - thx tormento :)
See https://forum.doom9.org/showthread.php?p=1958951#post1958951
This commit is contained in:
parent
a8494e7dd0
commit
7ace645355
@ -61,5 +61,8 @@
|
||||
<EndLines />
|
||||
<RegularExpressions>
|
||||
<RegEx find="\b\|\b" replaceWith="I" />
|
||||
<RegEx find="([\p{Ll},] )(I)([oai][, \.])" replaceWith="$1l$3" />
|
||||
<RegEx find="\b(I)([àì]|'[ \r\n])\b" replaceWith="l$2" />
|
||||
<RegEx find="([\p{Ll},] )(II)\b" replaceWith="$1Il" />
|
||||
</RegularExpressions>
|
||||
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user