From 80bfbe239f118962d517500c91ff38d7adad8e84 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 28 Jul 2005 23:12:00 +0000 Subject: [PATCH] Use `=>decomposition@compat' instead of `=decomposition' for compatibility decomposition mapping. --- lisp/utf-2000/u00E80-Lao.el | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/u00E80-Lao.el b/lisp/utf-2000/u00E80-Lao.el index 7e7af4a..7ee27f7 100644 --- a/lisp/utf-2000/u00E80-Lao.el +++ b/lisp/utf-2000/u00E80-Lao.el @@ -252,7 +252,13 @@ (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (->decomposition compat #x0ECD #x0EB2) + (=>decomposition@compat + ((name . "LAO NIGGAHITA") + (=ucs . #x0ECD) ; ໍ + ) + ((name . "LAO VOWEL SIGN AA") + (=ucs . #x0EB2) ; າ + )) (=ucs . #x0EB3) ; ຳ (lao . #xD3) ; &I-MULE-LAO-53; )) @@ -539,7 +545,13 @@ (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (->decomposition compat #x0EAB #x0E99) + (=>decomposition@compat + ((name . "LAO LETTER HO SUNG") + (=ucs . #x0EAB) ; ຫ + ) + ((name . "LAO LETTER NO") + (=ucs . #x0E99) ; ນ + )) (=ucs . #x0EDC) ; ໜ (lao . #xFC) ; &I-MULE-LAO-7C; )) @@ -548,7 +560,13 @@ (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) - (->decomposition compat #x0EAB #x0EA1) + (=>decomposition@compat + ((name . "LAO LETTER HO SUNG") + (=ucs . #x0EAB) ; ຫ + ) + ((name . "LAO LETTER MO") + (=ucs . #x0EA1) ; ມ + )) (=ucs . #x0EDD) ; ໝ (lao . #xFD) ; &I-MULE-LAO-7D; )) -- 1.7.10.4