From: tomo Date: Thu, 26 Jul 2001 17:35:46 +0000 (+0000) Subject: (BOX DRAWINGS DOUBLE HORIZONTAL): Unify Big5-A2A4 instead of X-Git-Tag: r21-2-38-utf-2000-0_17-1~212 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ea68638412935a736df60a948295639a628c717b;p=chise%2Fxemacs-chise.git.1 (BOX DRAWINGS DOUBLE HORIZONTAL): Unify Big5-A2A4 instead of Big5-F9F9. (Big5-F9F9): New character. (box drawings double light arc down and right): New character; unify Big5-F9FA. (box drawings double light arc down and left): New character; unify Big5-F9FB. (box drawings double light arc up and left): New character; unify Big5-F9FD. (box drawings double light arc up and right): New character; unify Big5-F9FC. --- diff --git a/lisp/utf-2000/u02500-Box-Drawing.el b/lisp/utf-2000/u02500-Box-Drawing.el index f5de37b..8c8f166 100644 --- a/lisp/utf-2000/u02500-Box-Drawing.el +++ b/lisp/utf-2000/u02500-Box-Drawing.el @@ -794,10 +794,17 @@ (bidi-category . "ON") (mirrored . nil) (chinese-cns11643-1 . #x2344) ; ø»‘…» - (chinese-big5 . #xF9F9) ; øº£‹ + (chinese-big5 . #xA2A4) ; øºŸžŸ (ucs . #x2550) ; ═ )) (define-char + '((=>ucs . #x2550) ; ═ + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) + (chinese-big5 . #xF9F9) ; øº£‹ + )) +(define-char '((name . "BOX DRAWINGS DOUBLE VERTICAL") (general-category symbol other) ; Informative Category (bidi-category . "ON") @@ -1034,6 +1041,14 @@ (ucs . #x256D) ; ╭ )) (define-char + '((name . "box drawings double light arc down and right") + (=>ucs . #x256D) ; ╭ + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) + (chinese-big5 . #xF9FA) ; øº£Œ + )) +(define-char '((name . "BOX DRAWINGS LIGHT ARC DOWN AND LEFT") (general-category symbol other) ; Informative Category (bidi-category . "ON") @@ -1043,6 +1058,14 @@ (ucs . #x256E) ; ╮ )) (define-char + '((name . "box drawings double light arc down and left") + (=>ucs . #x256E) ; ╮ + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) + (chinese-big5 . #xF9FB) ; øº£ + )) +(define-char '((name . "BOX DRAWINGS LIGHT ARC UP AND LEFT") (general-category symbol other) ; Informative Category (bidi-category . "ON") @@ -1052,6 +1075,14 @@ (ucs . #x256F) ; ╯ )) (define-char + '((name . "box drawings double light arc up and left") + (=>ucs . #x256F) ; ╯ + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) + (chinese-big5 . #xF9FD) ; øº£ + )) +(define-char '((name . "BOX DRAWINGS LIGHT ARC UP AND RIGHT") (general-category symbol other) ; Informative Category (bidi-category . "ON") @@ -1061,6 +1092,14 @@ (ucs . #x2570) ; ╰ )) (define-char + '((name . "box drawings double light arc up and right") + (=>ucs . #x2570) ; ╰ + (general-category symbol other) ; Informative Category + (bidi-category . "ON") + (mirrored . nil) + (chinese-big5 . #xF9FC) ; øº£Ž + )) +(define-char '((name . "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT") (general-category symbol other) ; Informative Category (bidi-category . "ON")