From 62075ed9b1eae35ea21c0895a5772877421f97ce Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 30 Sep 2005 08:39:35 +0000 Subject: [PATCH] (): Add `<-Bopomofo' for U+6535. --- lisp/utf-2000/u03100-Bopomofo.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/utf-2000/u03100-Bopomofo.el b/lisp/utf-2000/u03100-Bopomofo.el index 0e44ad9..8cf57d4 100644 --- a/lisp/utf-2000/u03100-Bopomofo.el +++ b/lisp/utf-2000/u03100-Bopomofo.el @@ -14,6 +14,9 @@ (general-category letter other) ; Informative Category (bidi-category . "L") (mirrored . nil) + (<-Bopomofo + ((=ucs . #x6535) ; 攵 + )) (=ucs . #x3106) ; ㄆ (=gb2312 . #x2846) ; &I-G0-2846; [08-38] (=cns11643-1 . #x2548) ; &I-C1-2548; [05-40] -- 1.7.10.4