Added an unfinished ACIP->Tibetan converter. Once it works properly
for ACIP, it'll easily be made to work as a perfect EWTS Wylie->Tibetan converter. It has an extensive suite of tests for the existing functionality.
This commit is contained in:
parent
39e0435b6b
commit
e21d3774a9
14 changed files with 8709 additions and 21 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
@(#)package.html
|
||||
|
||||
Copyright 2001-2002 Tibetan and Himalayan Digital Library
|
||||
Copyright 2001-2003 Tibetan and Himalayan Digital Library
|
||||
|
||||
This software is the confidential and proprietary information of
|
||||
the Tibetan and Himalayan Digital Library. You shall use such
|
||||
|
@ -18,12 +18,14 @@
|
|||
|
||||
Provides classes and methods for dealing with Tibetan text.
|
||||
<p>
|
||||
Designed for use with the Tibetan Computer
|
||||
Company's free cross-platform TibetanMachineWeb fonts, this package
|
||||
contains methods for getting the Extended Wylie
|
||||
correspondences for each TibetanMachineWeb glyph, and for
|
||||
convert back and forth between Extended
|
||||
Wylie and TibetanMachineWeb.
|
||||
Designed for use with the Tibetan Computer Company's free
|
||||
cross-platform TibetanMachineWeb fonts, this package contains methods
|
||||
for getting the Extended Wylie correspondences for each
|
||||
TibetanMachineWeb glyph, and for convert back and forth between
|
||||
Extended Wylie and TibetanMachineWeb. The TMW to Wylie conversion is
|
||||
perfect, but the Wylie to TMW is flawed, so use the code in package
|
||||
org.thdl.tib.text.ttt instead for serious work. The Wylie to TMW here
|
||||
is more like a keyboard than a real Wylie to TMW conversion.
|
||||
<p>
|
||||
This package provides a variety of ways to store TibetanMachineWeb data,
|
||||
and includes methods to aid programmers who want to convert from
|
||||
|
@ -34,5 +36,6 @@ keyboards. Four keyboards have been provided in this release,
|
|||
but users may also create their own keyboards.
|
||||
<h2>Related Documentation</h2>
|
||||
@see <a href="../input/package-summary.html">org.thdl.tib.input</a>
|
||||
@see <a href="ttt/package-summary.html">org.thdl.tib.text.ttt</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue