From 1ec668c0184650d37e9e80df4c1913e7d76af9f9 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 24 Nov 2003 04:28:55 +0000 Subject: [PATCH] Dza is not in the latest EWTS draft. --- 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 9c017a0..0ae7cc5 100644 --- a/source/org/thdl/tib/text/TibetanMachineWeb.java +++ b/source/org/thdl/tib/text/TibetanMachineWeb.java @@ -190,7 +190,7 @@ public class TibetanMachineWeb implements THDLWylieConstants { /** comma-delimited list of supported non-Tibetan consonants, such * as Sanskrit consonants: */ private static final String otherConsonants // va and fa are treated pretty-much like Sanskrit. - = "T,Th,D,N,Sh,v,f,Dz"; + = "T,Th,D,N,Sh,v,f"; /** comma-delimited list of supported numbers (superscribed, subscribed, normal, half-numerals): */