We crashed before when '~' was entered.

This commit is contained in:
dchandler 2003-11-14 04:50:55 +00:00
parent b59b86fd73
commit 8d4fb5d13f

View file

@ -200,7 +200,7 @@ public class TibetanMachineWeb implements THDLWylieConstants {
/** comma-delimited list of supported punctuation and /** comma-delimited list of supported punctuation and
miscellaneous characters: */ miscellaneous characters: */
private static final String others private static final String others
= "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,`,&,@#,?,=,[,],{,},*,~"; = "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,`,&,@#,?,=,[,],{,},*,~X,X"; // FIXME: not yet supporting all these...
/** comma-delimited list of supported vowels: */ /** comma-delimited list of supported vowels: */
private static final String vowels private static final String vowels