diff --git a/htdocs/THDLTools_Developers.html b/htdocs/THDLTools_Developers.html index b14336a..d7adb87 100644 --- a/htdocs/THDLTools_Developers.html +++ b/htdocs/THDLTools_Developers.html @@ -218,8 +218,8 @@ The first section of text is the short "introduction" about the Theme and the va
In the same JAR file as Jskad, power users will find a command-line - utility that converts Tibetan Machine Web-encoded (TMW-encoded) Rich - Text Format (RTF) files to RTF files with the appropriate THDL - Extended Wylie (Wylie) used instead of TMW. + utility that converts a Tibetan Machine Web-encoded (TMW-encoded) Rich + Text Format (RTF) file to either of these two output formats:
+This converter is smart enough to solve the "curly-brace @@ -233,10 +237,10 @@ non-TMW character newline in the font Times New Roman appears first at location Given the above output, you can be sure that a flawless conversion (barring the appearance of known bugs) will result when you run java -cp Jskad.jar - org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE "Dalai Lama Fifth History - 01.rtf" > "Dalai Lama Fifth History 01 in THDL Extended - Wylie.rtf". This is because the only text in the input - file besides Tibetan is whitespace and the Tahoma characters + org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE --to-wylie "Dalai Lama + Fifth History 01.rtf" > "Dalai Lama Fifth History 01 in THDL + Extended Wylie.rtf". This is because the only text in the + input file besides Tibetan is whitespace and the Tahoma characters '{', '}', and '\'. These Tahoma characters are understood by the tool; they are symptoms of the "curly-brace problem". @@ -266,12 +270,20 @@ non-TMW character newline in the font Times New Roman appears first at location Wylie by the tool, please report this as a bug.
++ Note also that there is one TMW glyph (TibetanMachineWeb7, glyph 91) + that has no Tibetan Machine equivalent. A 72-point copy of the + alphabet and the Tibetan numbers will be inserted (in TMW) in place + of this glyph. +
+First add Jskad.jar to your CLASSPATH. Now run the command java org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE from a - command prompt. You will see usage information appear. + command prompt. You will see usage information appear. + Forgive the name; this converter's scope widened after its creation.