>From 6877c0930359ce67d407fe8d16a7c4588997ac01 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Tue, 1 Jul 2014 14:28:05 +0200 Subject: [PATCH 1/3] removing gh shortcut, not in ewts The 0F43 (and same kind) characters have no shortcut in ewts and are no standard Tibetan stack, so "gh" shouldn't produce it, but "g+h" should. Applied to: gh bh dh dzh Dh kSh --- MIM/bo-ewts.mim | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/MIM/bo-ewts.mim b/MIM/bo-ewts.mim index c01ef32..b5aa971 100644 --- a/MIM/bo-ewts.mim +++ b/MIM/bo-ewts.mim @@ -43,7 +43,6 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") ("k" "ཀ") ("kh" "ཁ") ("g" "ག") - ("gh" "གྷ") ("ng" "ང") ("c" "ཅ") ("ch" "ཆ") @@ -52,12 +51,10 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") ("T" "ཊ") ("Th" "ཋ") ("D" "ཌ") - ("Dh" "ཌྷ") ("N" "ཎ") ("t" "ཏ") ("th" "ཐ") ("d" "ད") - ("dh" "དྷ") ("n" "ན") ("p" "པ") ("ph" "ཕ") @@ -67,7 +64,6 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") ("ts" "ཙ") ("tsh" "ཚ") ("dz" "ཛ") - ("dzh" "ཛྷ") ("w" "ཝ") ("zh" "ཞ") ("z" "ཟ") @@ -208,15 +204,6 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") (".")) (special-subjoined - ("h" (cond ((= precomposed 0) "ྷ") - ((= @-1 ?ག) (delete @-1) "གྷ") - ((= @-1 ?ད) (delete @-1) "དྷ") - ((= @-1 ?བ) (delete @-1) "བྷ") - ((= @-1 ?ཛ) (delete @-1) "ཛྷ") - (1 "ྷ"))) - ("Sh" (cond ((= precomposed 0) "ྵ") - ((= @-1 ?ཀ) (delete @-1) "ཀྵ") - (1 "ྵ"))) ("W" "ྺ") ("Y" "ྻ") ("R" "ྼ") -- 2.0.0