From 35ce4810aa73affa51ae4a9119eac1524e21c192 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 17 Jul 2008 14:56:25 +0000 Subject: [PATCH] (): Use `->denotational' to separate Unicode representative form and JIS X0208 form. --- lisp/utf-2000/u03000-CJK-Symbols-and-Punctuation.el | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/u03000-CJK-Symbols-and-Punctuation.el b/lisp/utf-2000/u03000-CJK-Symbols-and-Punctuation.el index 24f42df..cde549c 100644 --- a/lisp/utf-2000/u03000-CJK-Symbols-and-Punctuation.el +++ b/lisp/utf-2000/u03000-CJK-Symbols-and-Punctuation.el @@ -314,7 +314,21 @@ (bidi-category . "ON") (mirrored . nil) (=ucs . #x301C) ; 〜 - (=jis-x0208 . #x2141) ; &I-J90-2141; [01-33] + )) +(define-char + '((<-denotational + ((name . "WAVE DASH") + (=ucs . #x301C) ; 〜 + )) + (=ucs@unicode . #x301C) ; &UU+301C; + )) +(define-char + '((<-denotational + ((name . "WAVE DASH") + (=ucs . #x301C) ; 〜 + )) + (=jis-x0208 . #x2141) ; &J90-2141; [01-33] + (=ucs@jis . #x301C) ; &J90-2141; )) (define-char '((name . "REVERSED DOUBLE PRIME QUOTATION MARK") -- 1.7.10.4