From a40011a77a2e44275320f20a20fbb1c5313d6802 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Wed, 4 Jun 2008 07:09:29 +0000 Subject: [PATCH] Fix typo in key string: ">" -> ")". --- MIM/bo-ewts.mim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIM/bo-ewts.mim b/MIM/bo-ewts.mim index 1e9d7a8..a82c732 100644 --- a/MIM/bo-ewts.mim +++ b/MIM/bo-ewts.mim @@ -269,7 +269,7 @@ If 0, generate only decomposed characters (e.g. \"ྲྀ\" (U+0FB2 U+0F80).") ("<" "༺") (">" "༻") ("(" "༼") - (">" "༽") + (")" "༽") ;; Miscellaneous ("~X" "༵") ("X" "༷") -- 1.7.10.4