From 6232ee9170add770511d6279cc9c02ba8841c7c7 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 6 Dec 2003 20:26:15 +0000 Subject: [PATCH] Added comments referring to a user guide in development now. --- source/org/thdl/tib/text/tshegbar/LegalTshegBar.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/org/thdl/tib/text/tshegbar/LegalTshegBar.java b/source/org/thdl/tib/text/tshegbar/LegalTshegBar.java index 6423580..d49dd8c 100644 --- a/source/org/thdl/tib/text/tshegbar/LegalTshegBar.java +++ b/source/org/thdl/tib/text/tshegbar/LegalTshegBar.java @@ -1266,6 +1266,8 @@ public final class LegalTshegBar * @param sub the {@link #isNominalRepresentationOfConsonant(char) * nominal representation} of the subjoined letter, or EW_ABSENT * if not present */ + // NOTE WELL: THE ACIP->TIBETAN CONVERTER USER GUIDE LISTS ALL + // PREFIX RULES; KEEP IT IN SYNC. public static boolean takesGao(char head, char root, char sub) { if (EW_ABSENT == head) { if (EW_ABSENT == sub) { @@ -1298,6 +1300,8 @@ public final class LegalTshegBar * @param sub the {@link #isNominalRepresentationOfConsonant(char) * nominal representation} of the subjoined letter, or EW_ABSENT * if not present */ + // NOTE WELL: THE ACIP->TIBETAN CONVERTER USER GUIDE LISTS ALL + // PREFIX RULES; KEEP IT IN SYNC. public static boolean takesDao(char head, char root, char sub) { if (EW_ABSENT == head) { if (EW_ABSENT == sub) { @@ -1340,6 +1344,8 @@ public final class LegalTshegBar * @param sub the {@link #isNominalRepresentationOfConsonant(char) * nominal representation} of the subjoined letter, or EW_ABSENT * if not present */ + // NOTE WELL: THE ACIP->TIBETAN CONVERTER USER GUIDE LISTS ALL + // PREFIX RULES; KEEP IT IN SYNC. public static boolean takesAchungPrefix(char head, char root, char sub) { if (EW_ABSENT == head) { if (EW_ABSENT == sub) { @@ -1383,6 +1389,8 @@ public final class LegalTshegBar * @param sub the {@link #isNominalRepresentationOfConsonant(char) * nominal representation} of the subjoined letter, or EW_ABSENT * if not present */ + // NOTE WELL: THE ACIP->TIBETAN CONVERTER USER GUIDE LISTS ALL + // PREFIX RULES; KEEP IT IN SYNC. public static boolean takesMao(char head, char root, char sub) { if (EW_ABSENT == head) { if (EW_ABSENT == sub) { @@ -1422,6 +1430,8 @@ public final class LegalTshegBar * @param sub the {@link #isNominalRepresentationOfConsonant(char) * nominal representation} of the subjoined letter, or EW_ABSENT * if not present */ + // NOTE WELL: THE ACIP->TIBETAN CONVERTER USER GUIDE LISTS ALL + // PREFIX RULES; KEEP IT IN SYNC. public static boolean takesBao(char head, char root, char sub) { if (EW_ABSENT == head) {