From 13d7e676ad2c38ee9f4b388f9f32128f4561e17d Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 9 Feb 2003 08:18:39 +0000 Subject: [PATCH] (DOUBLE QUESTION MARK): New character. (TWO ASTERISKS ALIGNED VERTICALLY): New character. --- lisp/utf-2000/u02000-General-Punctuation.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/utf-2000/u02000-General-Punctuation.el b/lisp/utf-2000/u02000-General-Punctuation.el index 88bba80..67f66ee 100644 --- a/lisp/utf-2000/u02000-General-Punctuation.el +++ b/lisp/utf-2000/u02000-General-Punctuation.el @@ -639,6 +639,11 @@ (ucs . #x2046) ; ⁆ )) (define-char + '((name . "DOUBLE QUESTION MARK") + (japanese-jisx0213-1 . #x286C) ; ø»¢ž™ + (ucs . #x2047) ; ⁇ + )) +(define-char '((name . "QUESTION EXCLAMATION MARK") (general-category punctuation other) ; Informative Category (bidi-category . "ON") @@ -685,6 +690,11 @@ (ucs . #x204D) ; ⁍ )) (define-char + '((name . "TWO ASTERISKS ALIGNED VERTICALLY") + (japanese-jisx0213-1 . #x2C7D) ; ø»¢¤¢ + (ucs . #x2051) ; ⁑ + )) +(define-char '((name . "INHIBIT SYMMETRIC SWAPPING") (general-category other format) ; Normative Category (bidi-category . "BN") -- 1.7.10.4