Jskad/source
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
..
org/thdl Fixes bug 624133, "Input freezes after impossible character". Try 'shsM' in 2002-11-02 18:44:24 +00:00
.cvsignore Added two RTF files necessary for running Savant. 2002-10-04 13:30:09 +00:00
aboutsavant.rtf Fixed two typos. 2002-10-05 03:27:39 +00:00
chinesebundle.txt Initial revision 2002-09-28 00:53:39 +00:00
MessageBundle.properties no message 2002-10-25 19:48:23 +00:00
MessageBundle_de_DE.properties Initial revision 2002-09-28 00:53:39 +00:00
MessageBundle_zh_CN.properties Initial revision 2002-09-28 00:53:39 +00:00
options.txt Now breaks the line after the last whitespace, not the first. 2002-10-28 04:12:49 +00:00
overview.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
Sambhota_keymap_one.rtf Formatted these to look good in our Java RTF panes. 2002-10-19 02:20:19 +00:00
savanthelp.rtf Added two RTF files necessary for running Savant. 2002-10-04 13:30:09 +00:00
TCC_keyboard_1.rtf Formatted these to look good in our Java RTF panes. 2002-10-19 02:20:19 +00:00
TCC_keyboard_2.rtf Formatted these to look good in our Java RTF panes. 2002-10-19 02:20:19 +00:00
Wylie_keyboard.rtf Formatted these to look good in our Java RTF panes. 2002-10-19 02:20:19 +00:00