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
  • a document describing - a Tibetan Machine Web to THDL Extended Wylie converter that - works for Rich Text Format files and solves the + a Tibetan Machine Web to {THDL Extended Wylie, Tibetan Machine} + converter that works for Rich Text Format files and solves the "curly-brace problem".
  • diff --git a/htdocs/TMW_RTF_TO_THDL_WYLIE.html b/htdocs/TMW_RTF_TO_THDL_WYLIE.html index a31ffc4..3cda87c 100644 --- a/htdocs/TMW_RTF_TO_THDL_WYLIE.html +++ b/htdocs/TMW_RTF_TO_THDL_WYLIE.html @@ -24,7 +24,7 @@ INSERT PAGE TITLE HERE Always incorporate Tibetan and Himalayan --> -TMW to THDL Extended Wylie Converter +Tibetan Machine Web Converter -
    THDL : Tools : Software : TMW_RTF_TO_THDL_WYLIE +
    THDL : Tools : Software : Tibetan Machine Web Converter
    @@ -188,14 +188,18 @@ The first section of text is the short "introduction" about the Theme and the va Design principle: Bold the first few words of this text section. ============== --> -

    TMW to THDL Extended Wylie Converter

    +

    Tibetan Machine Web Converter

    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. +

    +

    Invoking the Converter

    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.

    Known Bugs