From cdf5e8d8009fe825ece8769a5cb0078b1bde9e86 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 9 Feb 2003 08:32:04 +0000 Subject: [PATCH] (SESAME DOT): New character. (WHITE SESAME DOT): New character. --- lisp/utf-2000/u0FE30-CJK-Compatibility-Forms.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/utf-2000/u0FE30-CJK-Compatibility-Forms.el b/lisp/utf-2000/u0FE30-CJK-Compatibility-Forms.el index 2a2d377..ab743e7 100644 --- a/lisp/utf-2000/u0FE30-CJK-Compatibility-Forms.el +++ b/lisp/utf-2000/u0FE30-CJK-Compatibility-Forms.el @@ -214,6 +214,16 @@ (ucs . #xFE44) ; ﹄ )) (define-char + '((name . "SESAME DOT") + (japanese-jisx0213-1 . #x233E) ; ø»¢–• + (ucs . #xFE45) ; ﹅ + )) +(define-char + '((name . "WHITE SESAME DOT") + (japanese-jisx0213-1 . #x233D) ; ø»¢–” + (ucs . #xFE46) ; ﹆ + )) +(define-char '((name . "DASHED OVERLINE") (general-category punctuation other) ; Informative Category (bidi-category . "ON") -- 1.7.10.4