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): */