mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fixed Spanish OCRFixReplaceList
This commit is contained in:
parent
d4067cd47b
commit
89027a2b55
@ -825,7 +825,7 @@
|
||||
<!-- Puntos innecesarios (complemento) -->
|
||||
<RegEx find="([\w\W]\.{3})([¡¿])" replaceWith="$1 $2" />
|
||||
<RegEx find="(\w)\.\.(\s)" replaceWith="$1.$2" />
|
||||
<RegEx find="[\wá-ú\x22»]\.([\?\!])" replaceWith="$1$2" />
|
||||
<RegEx find="([\wá-ú\x22»])\.([\?\!])" replaceWith="$1$2" />
|
||||
<RegEx find="([\:\;])\." replaceWith="$1" />
|
||||
<RegEx find="\.([\:\;])" replaceWith="$1" />
|
||||
<RegEx find="\:+" replaceWith=":" />
|
||||
|
Loading…
Reference in New Issue
Block a user