From 4adf87c401251d7c2dbd972e36b82d96062cfbbf Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 6 Dec 2003 20:36:56 +0000 Subject: [PATCH] Updated comments only. --- source/org/thdl/tib/text/TibetanMachineWeb.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/org/thdl/tib/text/TibetanMachineWeb.java b/source/org/thdl/tib/text/TibetanMachineWeb.java index b1d6cef..0752ef2 100644 --- a/source/org/thdl/tib/text/TibetanMachineWeb.java +++ b/source/org/thdl/tib/text/TibetanMachineWeb.java @@ -964,10 +964,12 @@ public static boolean isWylieSanskritConsonantStack(String s) { } /** Returns true if and only if s is the THDL Extended Wylie - representation of a legal tsheg-bar appendage 'i, 'e, 'u, 'o, 'am, - or 'ang. The word le'u (chapter) contains such an appendage, - e.g. */ + representation of a legal tsheg-bar appendage like 'i, 'u, 'am, + etc. The word le'u (chapter) contains such an appendage, e.g. */ public static boolean isWylieAchungAppendage(String s) { + + // THIS LIST IS DOCUMENTED IN THE ACIP->TIBETAN CONVERTERS USER GUIDE. + return (s.equals("'e") // Appears in transcription of foreign words at the very least. The ACIP LEM'E is {LE}{M'E} if we don't think of 'E as "legal"... tricky, tricky (DLC FIXME: think again, verify it's doing what we want for both ACIP-> and EWTS-> and TMW->) || s.equals("'i") || s.equals("'o")