>From ae74bcd47dda44a57292ca40a2b5606b9314749f Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Tue, 1 Jul 2014 17:03:00 +0200 Subject: [PATCH 3/3] don't use deprecated unicode characters namely 0F73, 0F75, 0F77, 0F79 and 0F81 see http://www.unicode.org/charts/PDF/U0F00.pdf --- MIM/bo-ewts.mim | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/MIM/bo-ewts.mim b/MIM/bo-ewts.mim index 3f7be07..ad4787a 100644 --- a/MIM/bo-ewts.mim +++ b/MIM/bo-ewts.mim @@ -290,24 +290,16 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") ("u" "ུ") ("e" "ེ") ("o" "ོ") - ("-i" (cond ((= precomposed 0) "ྀ") - ((= @-1 ?ྲ) "ྲྀ") - ((= @-1 ?ླ) "ླྀ") - (1 "ྀ"))) + ("-i" "ྀ") ("A" "ཱ") - ("I" "ཱི") - ("U" "ཱུ") + ("I" "ཱི") + ("U" "ཱུ") ("ai" "ཻ") ("au" "ཽ") ("uo" "ོུ") ("ui" "ིུ") ("ue" "ེུ") - ("r-I" "ཷ") - ("l-I" "ཹ") - ("-I" (cond ((= precomposed 0) "ཱྀ") - ((= @-1 ?ྲ) "ཷ") - ((= @-1 ?ླ) "ཹ") - (1 "ཱྀ")))) + ("-I" "ཱྀ") (others ;; Numbers -- 2.0.0