Added --find-some-non-tm and --find-all-non-tm modes to the converter to
help ensure worry-free TM->TMW conversions.
This commit is contained in:
parent
64e47d96db
commit
59c398f1ce
1 changed files with 6 additions and 6 deletions
|
@ -255,12 +255,12 @@ java -cp "c:\my thdl tools\Jskad.jar" \
|
||||||
--find-some-non-tmw \
|
--find-some-non-tmw \
|
||||||
"Dalai Lama Fifth History 01.rtf"
|
"Dalai Lama Fifth History 01.rtf"
|
||||||
|
|
||||||
non-TMW character newline in the font Tahoma appears first at location 39
|
Non-TMW character newline [decimal 10] in the font Tahoma appears first at location 39
|
||||||
non-TMW character ' ' in the font TimesNewRoman appears first at location 45
|
Non-TMW character ' ' [decimal 32] in the font TimesNewRoman appears first at location 45
|
||||||
non-TMW character '}' in the font Tahoma appears first at location 66
|
Non-TMW character '}' [decimal 125] in the font Tahoma appears first at location 66
|
||||||
non-TMW character '{' in the font Tahoma appears first at location 219
|
Non-TMW character '{' [decimal 123] in the font Tahoma appears first at location 219
|
||||||
non-TMW character '\' in the font Tahoma appears first at location 1237
|
Non-TMW character '\' [decimal 92] in the font Tahoma appears first at location 1237
|
||||||
non-TMW character newline in the font Times New Roman appears first at location 9754
|
Non-TMW character newline [decimal 10] in the font Times New Roman appears first at location 9754
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue