From 3fd7f79bb1c54c000ef453eae16d56e4b5bf5af7 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 9 Feb 2003 08:33:32 +0000 Subject: [PATCH] (FULLWIDTH LEFT WHITE PARENTHESIS): New character. (FULLWIDTH RIGHT WHITE PARENTHESIS): New character. --- lisp/utf-2000/u0FF00-Halfwidth-and-Fullwidth-Forms.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/utf-2000/u0FF00-Halfwidth-and-Fullwidth-Forms.el b/lisp/utf-2000/u0FF00-Halfwidth-and-Fullwidth-Forms.el index 78fe161..d33b96a 100644 --- a/lisp/utf-2000/u0FF00-Halfwidth-and-Fullwidth-Forms.el +++ b/lisp/utf-2000/u0FF00-Halfwidth-and-Fullwidth-Forms.el @@ -1856,6 +1856,16 @@ (ucs . #xFF5E) ; ~ )) (define-char + '((name . "FULLWIDTH LEFT WHITE PARENTHESIS") + (japanese-jisx0213-1 . #x2256) ; ø»¢• + (ucs . #xFF5F) ; ⦅ + )) +(define-char + '((name . "FULLWIDTH RIGHT WHITE PARENTHESIS") + (japanese-jisx0213-1 . #x2257) ; ø»¢• + (ucs . #xFF60) ; ï½  + )) +(define-char '((name . "HALFWIDTH IDEOGRAPHIC FULL STOP") (general-category punctuation other) ; Informative Category (bidi-category . "ON") -- 1.7.10.4