From ef3d34d0bb421ec7d4def9ca2fadc1f0c5273bca Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 11 Aug 2005 09:29:03 +0000 Subject: [PATCH] (): Add `=>decomposition@compat'. --- lisp/utf-2000/u02000-General-Punctuation.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/utf-2000/u02000-General-Punctuation.el b/lisp/utf-2000/u02000-General-Punctuation.el index 78a7ace..3a1a9ea 100644 --- a/lisp/utf-2000/u02000-General-Punctuation.el +++ b/lisp/utf-2000/u02000-General-Punctuation.el @@ -1010,6 +1010,13 @@ (define-char '((name . "DOUBLE QUESTION MARK") (general-category punctuation other) ; Informative Category + (=>decomposition@compat + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + ) + ((name . "QUESTION MARK") + (=ucs . #x003F) ; ? + )) (=ucs . #x2047) ; ⁇ )) (define-char -- 1.7.10.4