Jskad/source/org/thdl/tib/text
dchandler f4a16f8e9d This commit is for my benefit only; these classes are not ready for prime time,
and the build system is not yet aware of them.

I'm adding some classes for representing legal tsheg-bars (syllables, for the
most part) in Unicode.  These classes were designed bottom-up (OK, OK --
they weren't designed designed, but I had to write down everything I knew
about Tibetan syntax somewhere).  The classes are aware of extended
wylie.  I doubt the Javadocs work yet, and I'm still testing (and am not
committing my testing code with these as it is not yet ready).

Next on my list--fix these up to reflect my new awareness of suffix particles
(like le'u'i'o) add classes to support syntactically incorrect Unicode
sequences.  Then add a UnicodeReader, and we've got the back end of
a Tibetan Unicode shaping system (like half of MS's Uniscribe or Apple's
Worldscript or FreeType Layout or Omega's OTPs).

A top-down design would not have included LegalTshegBar.  But now that
my itch has been scratched, potential uses are lingering about.  For example,
it would be nice to scan some input and break it into LegalTshegBars,
punctuation/marks/signs, and illegal stacks.  Then we could alert the client
of the illegality, its precise form, and its precise location.

The real system for turning a Unicode stream into an internal representation
suitable for conversion to EWTS/ACIP/XHTML/what-have-you need not be
aware of Tibetan syntax.  But to make the very best conversion from
Unicode to, e.g., EWTS, it is necessary to konw that gaskad is better
represented as gskad, but that jaskad is not the same as jskad.
2002-12-09 01:02:23 +00:00
..
tshegbar This commit is for my benefit only; these classes are not ready for prime time, 2002-12-09 01:02:23 +00:00
acip_keyboard.ini Fixes all known bugs with the ACIP keyboard except for one: 2002-11-03 17:34:33 +00:00
DuffCellRenderer.java Factored TibetanDocument into two classes, one that is a 2002-11-02 03:38:59 +00:00
DuffCode.java Initial revision 2002-09-23 23:15:39 +00:00
DuffData.java Factored TibetanDocument into two classes, one that is a 2002-11-02 03:38:59 +00:00
InvalidWylieException.java Initial revision 2002-09-23 23:15:39 +00:00
package.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
sambhota_keyboard_1.ini Initial revision 2002-09-23 23:15:39 +00:00
tcc_keyboard_1.ini Initial revision 2002-09-23 23:15:39 +00:00
tcc_keyboard_2.ini Initial revision 2002-09-23 23:15:39 +00:00
TibetanDocument.java A DuffPane is now a TibetanPane. A TibetanPane is much more lightweight 2002-11-08 04:11:42 +00:00
TibetanHTML.java Factored TibetanDocument into two classes, one that is a 2002-11-02 03:38:59 +00:00
TibetanKeyboard.java Fixes bug 624133, "Input freezes after impossible character". Try 'shsM' in 2002-11-02 18:44:24 +00:00
TibetanLabelView.java Fixed some Javadoc comments in preparation for putting up new Javadocs 2002-10-28 04:49:24 +00:00
TibetanMachineWeb.java Updated the build system so that you must do a cvs checkout of the 2002-11-18 16:12:25 +00:00
TibetanRTFEditorKit.java This may well be a fix to the "Improper line wrapping" bug. The fix 2002-10-28 03:08:04 +00:00
TibetanRTFViewFactory.java Now breaks the line after the last whitespace, not the first. 2002-10-28 04:12:49 +00:00
TibetanSyllable.java This is Tashi's TibetanSyllable class for sorting Wylie Tibetan. 2002-12-05 01:48:41 +00:00
TibTextUtils.java Removed/commented out/tagged some unused local variables. 2002-11-02 16:01:40 +00:00
tibwn.ini Initial revision 2002-09-23 23:15:39 +00:00