From ff4c0f30613b964dc43a68148b8951fdb14c908b Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 10 Apr 2007 08:01:49 +0000 Subject: [PATCH] (vowel): Don't yield U+0F70 by "a". --- bo-wylie.mim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bo-wylie.mim b/bo-wylie.mim index 077d889..82ba0f9 100644 --- a/bo-wylie.mim +++ b/bo-wylie.mim @@ -1,5 +1,5 @@ ;; bo-wylie.mim -- Tibetan input method with Wylie method -;; Copyright (C) 2003, 2004, 2005 +;; Copyright (C) 2003, 2004, 2005, 2007 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -23,10 +23,10 @@ (input-method bo wylie) -(description "Tibetan input method using the Extended Wylie transliteration. -For more information, see the page: - http://iris.lib.virginia.edu/tibet/tools/ewts.pdf -") +(description "Tibetan input method based on the Wylie transliteration. +It is actually the re-implementation of Emacs' tibetan-wylie input method, +and is slightly different from Extended Wylie Transliteration Scheme (EWTS). +The exact EWTS-based input method is in bo-ewts.mim.") (title "ཀ") (map @@ -247,7 +247,7 @@ For more information, see the page: ("au" "ཽ") ("ee" "ཻ") ("oo" "ཽ") - ("a" "཰") + ("a") ("i" "ི") ("u" "ུ") ("e" "ེ") -- 1.7.10.4