I've added a command-line converter,
org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE. It converts RTF files consisting of TMW characters to the corresponding THDL Extended Wylie. It supports --find-some-non-tmw mode, which allows you to ensure that no unusual characters will spoil the conversion. The converter has built-in intelligence that allows it to handle Tahoma '{', '}', and '\\' characters properly. The converter works on mixed Roman/TMW also, but --find-some-non-tmw and --find-all-non-tmw modes are not as useful. Invoke org.thdl.tib.input.TMW_RTF_TO_THDL_WYLIE, which resides in Jskad's jar, with no command-line options to see usage information.
This commit is contained in:
parent
17ea8fdf2a
commit
e2a9720d9b
7 changed files with 345 additions and 17 deletions
|
@ -17,17 +17,20 @@
|
|||
<body bgcolor="white">
|
||||
Provides classes and methods for inputting Tibetan text.
|
||||
<p>
|
||||
Designed for use with the Tibetan Computer
|
||||
Company's free cross-platform TibetanMachineWeb fonts, this package
|
||||
contains methods for inputting Tibetan using various keyboard
|
||||
input methods, including true Wylie-based input, as well as
|
||||
user-defined keyboards.
|
||||
Designed for use with the Tibetan Computer Company's free
|
||||
cross-platform Tibetan Machine Web fonts, this package contains
|
||||
methods for inputting Tibetan using various keyboard input methods,
|
||||
including true Wylie-based input, as well as user-defined keyboards.
|
||||
<p>
|
||||
The package includes a simple Tibetan text editor, Jskad,
|
||||
which can be run as an local application or embedded in a
|
||||
web page. Jskad supports a wide range of functions, including
|
||||
conversion back and forth between TibetanMachineWeb and
|
||||
Extended Wylie.
|
||||
The package includes a simple Tibetan text editor, Jskad, which can be
|
||||
run as an local application or embedded in a web page. Jskad
|
||||
supports a wide range of functions, including conversion back and
|
||||
forth between Tibetan Machine Web and Extended Wylie.
|
||||
<p>
|
||||
Also included is TMW_RTF_TO_THDL_WYLIE, a command-line utility for
|
||||
converting Rich Text Format (RTF)a documents that use the Tibetan
|
||||
Machine Web fonts into Extended Wylie. This utility is aware of
|
||||
quirks in Java Swing's RTF support and works around them.
|
||||
<p>
|
||||
<h2>Related Documentation</h2>
|
||||
@see <a href="../text/package-summary.html">org.thdl.tib.text</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue