mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
adc638fa08
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@630 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<OCRFixReplaceList>
|
|
<WholeWords>
|
|
</WholeWords>
|
|
<PartialWords>
|
|
<!-- Will be used to check words not in dictionary -->
|
|
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
|
|
<WordPart from="¤" to="o" />
|
|
<WordPart from="fi" to="fi" />
|
|
<WordPart from="fl" to="fl" />
|
|
<WordPart from="/" to="l" />
|
|
<WordPart from="vv" to="w" />
|
|
<WordPart from="IVI" to="M" />
|
|
<WordPart from="lVI" to="M" />
|
|
<WordPart from="IVl" to="M" />
|
|
<WordPart from="lVl" to="M" />
|
|
<WordPart from="m" to="rn" />
|
|
<WordPart from="l" to="i" />
|
|
<WordPart from="€" to="e" />
|
|
<WordPart from="I" to="l" />
|
|
<WordPart from="c" to="o" />
|
|
<WordPart from="i" to="t" />
|
|
<WordPart from="cc" to="oo" />
|
|
<WordPart from="ii" to="tt" />
|
|
<WordPart from="n/" to="ry" />
|
|
<WordPart from="ae" to="æ" />
|
|
<!-- "f " will be two words -->
|
|
<WordPart from="f" to="f " />
|
|
<WordPart from="c" to="e" />
|
|
<WordPart from="I" to="t" />
|
|
<WordPart from="n" to="o" />
|
|
<WordPart from="s" to="e" />
|
|
<WordPart from="\A" to="Vi" />
|
|
<WordPart from="n/" to="rv" />
|
|
<WordPart from="Ã" to="Å" />
|
|
<WordPart from="í" to="i" />
|
|
</PartialWords>
|
|
<PartialLines />
|
|
<BeginLines>
|
|
</BeginLines>
|
|
<EndLines>
|
|
</EndLines>
|
|
<WholeLines />
|
|
</OCRFixReplaceList> |