From 8f7a94b79e3e2a75ff1e09cfce02e289757f4011 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 3 Aug 2005 09:34:10 +0000 Subject: [PATCH] Use `->canonical' instead of `=decomposition' for canonical mapping to single character. --- lisp/utf-2000/u02300-Miscellaneous-Technical.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/u02300-Miscellaneous-Technical.el b/lisp/utf-2000/u02300-Miscellaneous-Technical.el index 264f29b..554cd68 100644 --- a/lisp/utf-2000/u02300-Miscellaneous-Technical.el +++ b/lisp/utf-2000/u02300-Miscellaneous-Technical.el @@ -344,7 +344,10 @@ (general-category punctuation open) ; Informative Category (bidi-category . "ON") (mirrored . t) - (->decomposition #x3008) + (->canonical + ((name . "LEFT ANGLE BRACKET") + (=ucs . #x3008) ; 〈 + )) (=ucs . #x2329) ; 〈 )) (define-char @@ -352,7 +355,10 @@ (general-category punctuation close) ; Informative Category (bidi-category . "ON") (mirrored . t) - (->decomposition #x3009) + (->canonical + ((name . "RIGHT ANGLE BRACKET") + (=ucs . #x3009) ; 〉 + )) (=ucs . #x232A) ; 〉 )) (define-char -- 1.7.10.4