Jskad/source/org/thdl/tib/input
dchandler 02558a1d78 Jskad supports <7, >8, etc. again; it no longer supports the punctuation
'<' and '>'.  The current keyboard implementation makes this an either-or
proposition, when fundamentally it need not be.

Added a <?Numbers?> command and an <?Input:Numbers?> command to
tibwn.ini; broke the numbers apart from the consonants.  This facilitates the
new-and-improved Tibetan->Wylie conversion.

Tibetan->Wylie is now done by forming legal tsheg-bars.  A legal tsheg bar
is converted into perfect THDL Wylie.  See code comments to learn what
it thinks is a legal tsheg-bar, but it inlcudes bskyUMbsH minus the trailing
punctuation (H), e.g.

Illegal sequences, such as runs of transliterated Sanskrit, are turned into
unambiguous Wylie; each glyph is followed by a vowel or a disambiguator
('.').

I've made it so that the illegal sequences are as beautiful as possible.  You
get 'pad+me', for example, not the equivalent but uglier 'pad+m.e.'.
2003-07-08 14:30:17 +00:00
..
ConvertDialog.java Jskad now has the ability to open its buffer with an external viewer, e.g. 2003-06-29 20:49:30 +00:00
ConverterGUI.java Rearranged the Tools menu; made the converter smart about "find some..." 2003-07-05 21:02:46 +00:00
DuffPane.java Code cleanup. 2003-07-05 19:26:58 +00:00
DuffPaneTest.java Jskad supports <7, >8, etc. again; it no longer supports the punctuation 2003-07-08 14:30:17 +00:00
FontConversion.java Code cleanup. 2003-07-05 19:26:58 +00:00
FontConverterConstants.java Code cleanup. 2003-07-05 19:26:58 +00:00
Jskad.java Small changes w.r.t. clearing preferences. Some code cleanup. 2003-07-06 16:24:29 +00:00
jskad_doc.html Rearranged the topics. 2003-07-08 12:50:27 +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 Jskad keyboards are now configured via keyboards.ini, a file that has 2003-05-14 03:25:36 +00:00
JskadKeyboardManager.java Moved JskadKeyboard-related code into separate files; made many things public. 2002-10-26 17:40:51 +00:00
package.html I've added a command-line converter, 2003-05-18 14:14:47 +00:00
RecentlyOpenedFilesDatabase.java Code cleanup. 2003-07-05 19:26:58 +00:00
TibetanConverter.java Jskad now ships with both TibetanMachine and TibetanMachineWeb fonts 2003-07-05 18:00:29 +00:00
TibetanPane.java A DuffPane is now a TibetanPane. A TibetanPane is much more lightweight 2002-11-08 04:05:06 +00:00
TMW_RTF_TO_THDL_WYLIETest.java The command-line tool runs in headless mode by default, so it will 2003-07-01 02:50:09 +00:00
TMW_RTF_TO_THDL_WYLIETest1.rtf Added some automated JUnit tests for TMW_RTF_TO_THDL_WYLIE. 2003-05-18 17:17:52 +00:00
TMW_RTF_TO_THDL_WYLIETest1ResultConversion.expected By default (controllable via options.txt), Jskad now fixes the Tahoma curly 2003-05-28 00:40:59 +00:00
TMW_RTF_TO_THDL_WYLIETest1ResultFindAll.expected 'ant clean check' was failing because I hadn't updated the 2003-06-22 16:11:58 +00:00
TMW_RTF_TO_THDL_WYLIETest1ResultFindSome.expected 'ant clean check' was failing because I hadn't updated the 2003-06-22 16:11:58 +00:00
TMW_RTF_TO_THDL_WYLIETest1ResultTM.expected TM->TMW and TMW->TM conversion in RTF is now supported. I've 2003-05-31 23:21:29 +00:00