From: tomo Date: Sun, 9 Feb 2003 08:22:59 +0000 (+0000) Subject: New file. X-Git-Tag: r21-4-10-utf-2000-0_20-5~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9594d13ef3a66d58d725c9b552cf520f20dc2889;p=chise%2Fxemacs-chise.git.1 New file. --- diff --git a/lisp/utf-2000/u02900-Supplemental-Arrows-B.el b/lisp/utf-2000/u02900-Supplemental-Arrows-B.el new file mode 100644 index 0000000..831774c --- /dev/null +++ b/lisp/utf-2000/u02900-Supplemental-Arrows-B.el @@ -0,0 +1,10 @@ +(define-char + '((name . "ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS") + (japanese-jisx0213-1 . #x232E) ; ø»¢–… + (ucs . #x2934) ; ⤴ + )) +(define-char + '((name . "ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS") + (japanese-jisx0213-1 . #x232F) ; ø»¢–† + (ucs . #x2935) ; ⤵ + )) diff --git a/lisp/utf-2000/u02980-Miscellaneous-Mathematical-Symbols-B.el b/lisp/utf-2000/u02980-Miscellaneous-Mathematical-Symbols-B.el new file mode 100644 index 0000000..aac8f06 --- /dev/null +++ b/lisp/utf-2000/u02980-Miscellaneous-Mathematical-Symbols-B.el @@ -0,0 +1,15 @@ +(define-char + '((name . "CIRCLED BULLET") + (japanese-jisx0213-1 . #x233A) ; ø»¢–‘ + (ucs . #x29BF) ; ⦿ + )) +(define-char + '((name . "DOUBLE PLUS") + (japanese-jisx0213-1 . #x237D) ; ø»¢—” + (ucs . #x29FA) ; ⧺ + )) +(define-char + '((name . "TRIPLE PLUS") + (japanese-jisx0213-1 . #x237E) ; ø»¢—• + (ucs . #x29FB) ; ⧻ + ))