mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 21:11:39 +01:00
Merge pull request #1801 from ivandrofly/patch-ocr
[OCR] - Fix from prev PR.
This commit is contained in:
commit
1342b062fb
@ -289,7 +289,8 @@ namespace Nikse.SubtitleEdit.Core.Dictionaries
|
||||
word = word.Replace('`', '\'');
|
||||
word = word.Replace('‘', '\'');
|
||||
word = word.Replace('—', '-');
|
||||
word = word.Replace("--", "-");
|
||||
while(word.Contains("--"))
|
||||
word = word.Replace("--", "-");
|
||||
word = word.Replace('|', 'l');
|
||||
word = word.Replace("vx/", "w");
|
||||
if (word.Contains('¤'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user