Jskad/source/org/thdl/util
dchandler 7198f23361 I really hesitate to commit this because I'm not sure what it brings to the
table exactly and I fear that it makes the ACIP->Tibetan converter code
a lot uglier.  The TODO(DLC)[EWTS->Tibetan] comments littered throughout
are part of the ugliness; they point to the ugliness.  If each were addressed,
cleanliness could perhaps be achieved.

I've largely forgotten exactly what this change does, but it attempts to
improve EWTS->Tibetan conversion.  The lexer is probably really, really
primitive.  I concentrate here on converting a single tsheg bar rather than
a whole document.

Eclipse was used during part of my journey here and some imports were
reorganized merely because I could.  :)

(Eclipse was needed when the usual ant build failed to run a new test
EWTSTest.  And I wanted its debugger.)

Next steps: end-to-end EWTS tests should bring many problems to light.  Fix
those.  Triage all the TODO comments.

I don't know that I'll ever really trust the implementation.  The tests are
valuable, though.  A clean implementation of EWTS->Tibetan in Jython
might hold enough interest for me; I'd like to learn Python.
2005-06-20 06:18:00 +00:00
..
.cvsignore Jskad's "About" dialog box now lists the time of compilation. Ant 2002-11-16 19:18:44 +00:00
AllTests.java Added an unchecked exception that I find useful for marking code that the developer thinks will not cause an exception. 2002-09-28 14:38:59 +00:00
HTMLPane.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
Link.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
OperatingSystemUtils.java Updated the build system so that you must do a cvs checkout of the 2002-11-18 16:12:25 +00:00
package.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
RTFFixerInputStream.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
RTFFixerInputStreamTest.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
RTFPane.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
SimpleFrame.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
SimplifiedLinkedList.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
SimplifiedListIterator.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
StatusBar.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
TeeStream.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
ThdlAbstractAction.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
ThdlActionListener.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
ThdlDebug.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
ThdlI18n.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
ThdlLazyException.java Robert Chilton's experience inspired me to make the handling of errors and 2004-04-24 17:49:16 +00:00
ThdlLazyExceptionTest.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
ThdlOptions.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
Trie.java I really hesitate to commit this because I'm not sure what it brings to the 2005-06-20 06:18:00 +00:00
TrieTest.java Slapped on copyright boilerplate. 2003-02-01 05:52:03 +00:00
VerboseUnicodeDump.java Added a Unicode->ASCII dump for debugging *->Unicode conversions. To use it, use 'java -cp Jskad.jar org.thdl.util.VerboseUnicodeDump'. 2004-01-17 16:52:38 +00:00