From 59c398f1ce50a68d82a23ffec7b4fb5e43903f68 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 22 Jun 2003 00:13:57 +0000 Subject: [PATCH] Added --find-some-non-tm and --find-all-non-tm modes to the converter to help ensure worry-free TM->TMW conversions. --- htdocs/TMW_RTF_TO_THDL_WYLIE.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/TMW_RTF_TO_THDL_WYLIE.html b/htdocs/TMW_RTF_TO_THDL_WYLIE.html index d9f7b09..f048b26 100644 --- a/htdocs/TMW_RTF_TO_THDL_WYLIE.html +++ b/htdocs/TMW_RTF_TO_THDL_WYLIE.html @@ -255,12 +255,12 @@ java -cp "c:\my thdl tools\Jskad.jar" \ --find-some-non-tmw \ "Dalai Lama Fifth History 01.rtf" -non-TMW character newline in the font Tahoma appears first at location 39 -non-TMW character ' ' in the font TimesNewRoman appears first at location 45 -non-TMW character '}' in the font Tahoma appears first at location 66 -non-TMW character '{' in the font Tahoma appears first at location 219 -non-TMW character '\' 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 Tahoma appears first at location 39 +Non-TMW character ' ' [decimal 32] in the font TimesNewRoman appears first at location 45 +Non-TMW character '}' [decimal 125] in the font Tahoma appears first at location 66 +Non-TMW character '{' [decimal 123] in the font Tahoma appears first at location 219 +Non-TMW character '\' [decimal 92] in the font Tahoma appears first at location 1237 +Non-TMW character newline [decimal 10] in the font Times New Roman appears first at location 9754