From 8d4fb5d13f7ba7466bbe094326d0c1e65e51a8ad Mon Sep 17 00:00:00 2001 From: dchandler Date: Fri, 14 Nov 2003 04:50:55 +0000 Subject: [PATCH] We crashed before when '~' was entered. --- source/org/thdl/tib/text/TibetanMachineWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/thdl/tib/text/TibetanMachineWeb.java b/source/org/thdl/tib/text/TibetanMachineWeb.java index fef2f23..7c2b03f 100644 --- a/source/org/thdl/tib/text/TibetanMachineWeb.java +++ b/source/org/thdl/tib/text/TibetanMachineWeb.java @@ -200,7 +200,7 @@ public class TibetanMachineWeb implements THDLWylieConstants { /** comma-delimited list of supported punctuation and miscellaneous characters: */ private static final String others - = "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,`,&,@#,?,=,[,],{,},*,~"; + = "_, ,/,|,!,:,;,@,#,$,%,(,),H,M,`,&,@#,?,=,[,],{,},*,~X,X"; // FIXME: not yet supporting all these... /** comma-delimited list of supported vowels: */ private static final String vowels