Jskad/source/org/thdl/tib/input
dchandler de6ae79959 Fixes bug 624133, "Input freezes after impossible character". Try 'shsM' in
ACIP or 'ShSm' in Extended Wylie to see the new behavior.

We use a trie to store valid input sequences.  In the future, we could use
the same trie as a replacement for the more inefficient HashSets we use to
store characters, vowels, and punctuation.  For example, we'd use
'validInputSequences.put("K", new Pair("consonant", "k"))' when reading
in the ACIP keyboard's description of the first consonant of the Tibetan
alphabet in 'TibetanKeyboard.java'.

Note that the current trie implementation is only useful for 7- or 8-bit
transcription systems, and works best for tries with low average depth, which
describes a transcription system's trie very well.  If you used arbitrary
Unicode in your keyboard, you'd need a different trie implementation.

Improved the optional keyboard input mode status messages.
2002-11-02 18:44:24 +00:00
..
DuffPane.java Fixes bug 624133, "Input freezes after impossible character". Try 'shsM' in 2002-11-02 18:44:24 +00:00
Jskad.java Changed the build so that Savant and QuillDriver's builds include 2002-10-27 19:12:13 +00:00
Jskad2JavaScript.java Removed/commented out/tagged some unused local variables. 2002-11-02 16:01:40 +00:00
Jskad4JavaScript.java Removed/commented out/tagged some unused local variables. 2002-11-02 16:01:40 +00:00
JskadApplet.java Previously, all but the last line had \r\r\n line feeds, which is neither DOS 2002-10-05 20:20:49 +00:00
JskadConversionTool.java Factored TibetanDocument into two classes, one that is a 2002-11-02 03:38:59 +00:00
JskadKeyboard.java Moved JskadKeyboard-related code into separate files; made many things public. 2002-10-26 17:40:51 +00:00
JskadKeyboardFactory.java Moved JskadKeyboard-related code into separate files; made many things public. 2002-10-26 17:40:51 +00:00
JskadKeyboardManager.java Moved JskadKeyboard-related code into separate files; made many things public. 2002-10-26 17:40:51 +00:00
JskadLight.java Previously, all but the last line had \r\r\n line feeds, which is neither DOS 2002-10-05 20:20:49 +00:00
package.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00