Sync up with r21-4-11-chise-0_20-=ucs-cns.
authortomo <tomo>
Mon, 24 Mar 2003 10:38:09 +0000 (10:38 +0000)
committertomo <tomo>
Mon, 24 Mar 2003 10:38:09 +0000 (10:38 +0000)
65 files changed:
lisp/ChangeLog
lisp/mule/mule-conf.el
lisp/utf-2000/ChangeLog
lisp/utf-2000/Ideograph-R001-One.el
lisp/utf-2000/Ideograph-R002-Line.el
lisp/utf-2000/Ideograph-R003-Dot.el
lisp/utf-2000/Ideograph-R004-Slash.el
lisp/utf-2000/Ideograph-R005-Second.el
lisp/utf-2000/Ideograph-R009-Man.el
lisp/utf-2000/Ideograph-R010-Legs.el
lisp/utf-2000/Ideograph-R013-Down-Box.el
lisp/utf-2000/Ideograph-R018-Knife.el
lisp/utf-2000/Ideograph-R029-Again.el
lisp/utf-2000/Ideograph-R030-Mouth.el
lisp/utf-2000/Ideograph-R032-Earth.el
lisp/utf-2000/Ideograph-R037-Big.el
lisp/utf-2000/Ideograph-R038-Woman.el
lisp/utf-2000/Ideograph-R043-Lame.el
lisp/utf-2000/Ideograph-R046-Mountain.el
lisp/utf-2000/Ideograph-R047-River.el
lisp/utf-2000/Ideograph-R051-Dry.el
lisp/utf-2000/Ideograph-R061-Heart.el
lisp/utf-2000/Ideograph-R064-Hand.el
lisp/utf-2000/Ideograph-R068-Dipper.el
lisp/utf-2000/Ideograph-R071-Not.el
lisp/utf-2000/Ideograph-R072-Sun.el
lisp/utf-2000/Ideograph-R079-Weapon.el
lisp/utf-2000/Ideograph-R082-Fur.el
lisp/utf-2000/Ideograph-R085-Water.el
lisp/utf-2000/Ideograph-R094-Dog.el
lisp/utf-2000/Ideograph-R096-Jade.el
lisp/utf-2000/Ideograph-R105-Dotted-Tent.el
lisp/utf-2000/Ideograph-R106-White.el
lisp/utf-2000/Ideograph-R109-Eye.el
lisp/utf-2000/Ideograph-R111-Arrow.el
lisp/utf-2000/Ideograph-R113-Spirit.el
lisp/utf-2000/Ideograph-R115-Grain.el
lisp/utf-2000/Ideograph-R116-Cave.el
lisp/utf-2000/Ideograph-R119-Rice.el
lisp/utf-2000/Ideograph-R120-Silk.el
lisp/utf-2000/Ideograph-R124-Feather.el
lisp/utf-2000/Ideograph-R125-Old.el
lisp/utf-2000/Ideograph-R140-Grass.el
lisp/utf-2000/Ideograph-R141-Tiger.el
lisp/utf-2000/Ideograph-R142-Insect.el
lisp/utf-2000/Ideograph-R144-Walk-Enclosure.el
lisp/utf-2000/Ideograph-R149-Speech.el
lisp/utf-2000/Ideograph-R152-Pig.el
lisp/utf-2000/Ideograph-R154-Shell.el
lisp/utf-2000/Ideograph-R159-Cart.el
lisp/utf-2000/Ideograph-R162-Walk.el
lisp/utf-2000/Ideograph-R163-City.el
lisp/utf-2000/Ideograph-R167-Gold.el
lisp/utf-2000/Ideograph-R170-Mound.el
lisp/utf-2000/Ideograph-R172-Short-Tailed-Bird.el
lisp/utf-2000/Ideograph-R175-Wrong.el
lisp/utf-2000/Ideograph-R178-Tanned-Leather.el
lisp/utf-2000/Ideograph-R181-Leaf.el
lisp/utf-2000/Ideograph-R184-Eat.el
lisp/utf-2000/Ideograph-R186-Fragrant.el
lisp/utf-2000/Ideograph-R196-Bird.el
lisp/utf-2000/Ideograph-R198-Deer.el
lisp/utf-2000/Ideograph-R200-Hemp.el
lisp/utf-2000/char-db-util.el
lisp/utf-2000/u02E00-CJK-Radical-Supplement.el

index 787d606..629127d 100644 (file)
@@ -1,11 +1,16 @@
+2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'.
+       (ucs-cns): Changed to an alias for `=ucs@cns'.
+
 2003-03-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
-       * lisp/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
+       * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
        (ucs-gb): Changed to an alias for `=ucs@gb'.
 
 2003-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
-       * lisp/mule-conf.el (=daikanwa-rev1): Renamed from
+       * mule/mule-conf.el (=daikanwa-rev1): Renamed from
        `ideograph-daikanwa-2'.
        (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'.
        (=daikanwa-rev2): New coded-charset when `utf-2000' is provided.
index 8fbe389..19c5fe4 100644 (file)
                  direction     l2r
                  mother        =ucs))
   (define-charset-alias 'ucs-gb '=ucs@gb)
-  (make-charset 'ucs-cns
+  (make-charset '=ucs@cns
                "UCS for CNS"
                `(long-name     "ISO/IEC 10646 for CNS 11643"
                  chars         256
                  graphic       2
                  direction     l2r
                  mother        =ucs))
+  (define-charset-alias 'ucs-cns '=ucs@cns)
   (make-charset 'ucs-jis
                "UCS for JIS"
                `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
index e92e4f1..b73add3 100644 (file)
@@ -1,3 +1,56 @@
+2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Ideograph-R196-Bird.el, Ideograph-R186-Fragrant.el,
+       Ideograph-R184-Eat.el, Ideograph-R181-Leaf.el,
+       Ideograph-R172-Short-Tailed-Bird.el, Ideograph-R154-Shell.el,
+       Ideograph-R149-Speech.el, Ideograph-R142-Insect.el,
+       Ideograph-R141-Tiger.el, Ideograph-R140-Grass.el,
+       Ideograph-R125-Old.el, Ideograph-R120-Silk.el,
+       Ideograph-R119-Rice.el, Ideograph-R116-Cave.el,
+       Ideograph-R109-Eye.el, Ideograph-R096-Jade.el,
+       Ideograph-R085-Water.el, Ideograph-R079-Weapon.el,
+       Ideograph-R064-Hand.el, Ideograph-R061-Heart.el,
+       Ideograph-R046-Mountain.el, Ideograph-R043-Lame.el,
+       Ideograph-R038-Woman.el, Ideograph-R032-Earth.el,
+       Ideograph-R030-Mouth.el, Ideograph-R018-Knife.el: Rename
+       `=>ucs-cns' to `=>ucs@cns'
+
+       * char-db-util.el (insert-char-attributes): Convert `=>ucs-cns' to
+       `=>ucs@cns'.
+
+2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Ideograph-R198-Deer.el, Ideograph-R200-Hemp.el,
+       u02E00-CJK-Radical-Supplement.el, Ideograph-R196-Bird.el,
+       Ideograph-R186-Fragrant.el, Ideograph-R184-Eat.el,
+       Ideograph-R181-Leaf.el, Ideograph-R175-Wrong.el,
+       Ideograph-R178-Tanned-Leather.el,
+       Ideograph-R172-Short-Tailed-Bird.el, Ideograph-R170-Mound.el,
+       Ideograph-R167-Gold.el, Ideograph-R163-City.el,
+       Ideograph-R162-Walk.el, Ideograph-R152-Pig.el,
+       Ideograph-R159-Cart.el, Ideograph-R144-Walk-Enclosure.el,
+       Ideograph-R149-Speech.el, Ideograph-R141-Tiger.el,
+       Ideograph-R142-Insect.el, Ideograph-R140-Grass.el,
+       Ideograph-R124-Feather.el, Ideograph-R120-Silk.el,
+       Ideograph-R119-Rice.el, Ideograph-R116-Cave.el,
+       Ideograph-R115-Grain.el, Ideograph-R111-Arrow.el,
+       Ideograph-R113-Spirit.el, Ideograph-R106-White.el,
+       Ideograph-R109-Eye.el, Ideograph-R105-Dotted-Tent.el,
+       Ideograph-R096-Jade.el, Ideograph-R094-Dog.el,
+       Ideograph-R085-Water.el, Ideograph-R079-Weapon.el,
+       Ideograph-R082-Fur.el, Ideograph-R071-Not.el,
+       Ideograph-R072-Sun.el, Ideograph-R068-Dipper.el,
+       Ideograph-R047-River.el, Ideograph-R051-Dry.el,
+       Ideograph-R061-Heart.el, Ideograph-R046-Mountain.el,
+       Ideograph-R043-Lame.el, Ideograph-R038-Woman.el,
+       Ideograph-R037-Big.el, Ideograph-R032-Earth.el,
+       Ideograph-R029-Again.el, Ideograph-R030-Mouth.el,
+       Ideograph-R013-Down-Box.el, Ideograph-R018-Knife.el,
+       Ideograph-R010-Legs.el, Ideograph-R009-Man.el,
+       Ideograph-R003-Dot.el, Ideograph-R004-Slash.el,
+       Ideograph-R005-Second.el, Ideograph-R002-Line.el,
+       Ideograph-R001-One.el: Rename `=ucs-cns' to `=ucs@cns'.
+
 2003-03-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * Ideograph-R009-Man.el: Reformatted.
index 6b89eb1..8525126 100644 (file)
     (ideographic-strokes . 1)
     (total-strokes      . 2)
     (chinese-cns11643-1 . #x4424)      ; 
-    (ucs-cns           . #x4E03)       ; 
+    (=ucs@cns          . #x4E03)       ; 
     ))
 (define-char
   '((ideographic-radical . 1)  ; ⼀
       (=ucs              . #x2E86)     ; ⺆
       ))
     (chinese-cns11643-2 . #x212E)      ; 
-    (ucs-cns           . #x5187)       ; 
+    (=ucs@cns          . #x5187)       ; 
     (mojikyo           . 053001)       ; 
     ))
 (define-char
      ((=ucs              . #x4E00)     ; 一
       ))
     (chinese-cns11643-4 . #x2155)      ; 
-    (ucs-cns           . #x4E17)       ; 
+    (=ucs@cns          . #x4E17)       ; 
     ))
 (define-char
   '((ideographic-radical . 1)  ; ⼀
      ((=ucs              . #x4E00)     ; 一
       ))
     (chinese-cns11643-3 . #x2262)      ; 
-    (ucs-cns           . #x4E20)       ; 
+    (=ucs@cns          . #x4E20)       ; 
     ))
 (define-char
   '((ideographic-radical . 1)  ; ⼀
     (chinese-cns11643-3 . #x2740)      ; 
     (=gt-pj-2          . #x3071)       ; 
     (ideograph-daikanwa . 00104)       ; 
-    (ucs-cns           . #x4E3D)       ; 
+    (=ucs@cns          . #x4E3D)       ; 
     (=gt               . 00145)        ; 
     (mojikyo           . 000104)       ; 
     ))
index 82c93d1..f596ab9 100644 (file)
@@ -39,7 +39,7 @@
     (ideographic-strokes . 1)
     (total-strokes      . 2)
     (chinese-cns11643-4 . #x2127)      ; 
-    (ucs-cns           . #x4E29)       ; 
+    (=ucs@cns          . #x4E29)       ; 
     ))
 (define-char
   '((ideographic-radical . 2)  ; ⼁
     (hanyu-dazidian    1 28 7)
     (chinese-cns11643-1 . #x4464)      ; 
     (chinese-big5      . #xA4A5)       ; 
-    (ucs-cns           . #x4E30)       ; 
+    (=ucs@cns          . #x4E30)       ; 
     (ucs-big5          . #x4E30)       ; 
     ))
 (define-char
index 8da8fba..941100c 100644 (file)
     (chinese-big5      . #xA459)       ; 
     (ideograph-daikanwa . 00095)       ; 
     (=gt-k             . 00162)        ; 
-    (ucs-cns           . #x4E38)       ; 
+    (=ucs@cns          . #x4E38)       ; 
     (ucs-big5          . #x4E38)       ; 
     (=gt               . 00132)        ; 
     (mojikyo           . 000095)       ; 
     (chinese-cns11643-3 . #x2740)      ; 
     (=gt-pj-2          . #x3071)       ; 
     (ideograph-daikanwa . 00104)       ; 
-    (ucs-cns           . #x4E3D)       ; 
+    (=ucs@cns          . #x4E3D)       ; 
     (=gt               . 00145)        ; 
     (mojikyo           . 000104)       ; 
     ))
index 84e5e47..e95b2ac 100644 (file)
     (ideographic-strokes . 2)
     (total-strokes      . 3)
     (chinese-cns11643-2 . #x2128)      ; 
-    (ucs-cns           . #x4E47)       ; 
+    (=ucs@cns          . #x4E47)       ; 
     ))
 (define-char
   '((ideographic-radical . 4)  ; ⼃
       :sources (morohashi-daikanwa)))
     (chinese-cns11643-3 . #x212F)      ; 
     (ideograph-daikanwa . 00123)       ; 
-    (ucs-cns           . #x51E2)       ; 
+    (=ucs@cns          . #x51E2)       ; 
     ))
 (define-char
   '((=>ucs             . #x4E49)       ; 义
       ))
     (chinese-cns11643-3 . #x212D)      ; 
     (=jef-china3       . #x8FC2)       ; 
-    (ucs-cns           . #x4E87)       ; 
+    (=ucs@cns          . #x4E87)       ; 
     (mojikyo           . 059024)       ; 
     ))
 (define-char
     (=hanziku-1                . #xF56D)       ; 
     (=gt-k             . 02131)        ; 
     (=jef-china3       . #x41BA)       ; 
-    (ucs-cns           . #x4E22)       ; 
+    (=ucs@cns          . #x4E22)       ; 
     (=gt               . 00193)        ; 
     (mojikyo           . 000144)       ; 
     ))
index 1b1fdb1..6d21cbc 100644 (file)
      ((chinese-cns11643-1 . #x443E)    ; 
       ))
     (chinese-cns11643-4 . #x2157)      ; 
-    (ucs-cns           . #x340C)       ; 
+    (=ucs@cns          . #x340C)       ; 
     ))
 (define-char
   '((ideographic-radical . 5)  ; ⼄
      ((=ucs              . #x4E5E)     ; 乞
       ))
     (chinese-cns11643-3 . #x396E)      ; 
-    (ucs-cns           . #x4E81)       ; 
+    (=ucs@cns          . #x4E81)       ; 
     ))
 (define-char
   '((ideographic-radical . 5)  ; ⼄
index ce2fce0..aad8afa 100644 (file)
      ((chinese-cns11643-3 . #x2B4E)    ; 
       ))
     (chinese-cns11643-6 . #x3D24)      ; 
-    (ucs-cns           . #x202E2)      ; 
+    (=ucs@cns          . #x202E2)      ; 
     ))
 (define-char
   '((ideographic-radical . 9)  ; ⼈
      ((chinese-cns11643-1 . #x6A4B)    ; 
       ))
     (chinese-cns11643-5 . #x5359)      ; 
-    (ucs-cns           . #x349B)       ; 
+    (=ucs@cns          . #x349B)       ; 
     ))
 (define-char
   '((=>ucs             . #x203EC)      ; 𠏬
index 998face..b60891f 100644 (file)
     (ideograph-daikanwa . 01358)       ; 
     (=big5-cdp         . #xA74B)       ; 
     (=jef-china3       . #x43D5)       ; 
-    (ucs-cns           . #x2F80E)      ; 免
+    (=ucs@cns          . #x2F80E)      ; 免
     (=ucs              . #xFA32)       ; 免
     ))
 (define-char
index 67b8dd5..3a2188d 100644 (file)
       (=ucs              . #x2E86)     ; ⺆
       ))
     (chinese-cns11643-2 . #x212E)      ; 
-    (ucs-cns           . #x5187)       ; 
+    (=ucs@cns          . #x5187)       ; 
     (mojikyo           . 053001)       ; 
     ))
 (define-char
     (ideographic-strokes . 5)
     (total-strokes      . 7)
     (chinese-cns11643-2 . #x232C)      ; 
-    (ucs-cns           . #x518F)       ; 
+    (=ucs@cns          . #x518F)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        1528 0 1)
index 7e5d083..f07d301 100644 (file)
      ((=ucs              . #x5202)     ; 刂
       ))
     (chinese-cns11643-2 . #x2E29)      ; 
-    (ucs-cns           . #x5261)       ; 
+    (=ucs@cns          . #x5261)       ; 
     ))
 (define-char
   '((=>ucs             . #x34EE)       ; 㓮
      ((=ucs              . #x5202)     ; 刂
       ))
     (chinese-cns11643-1 . #x6337)      ; 
-    (ucs-cns           . #x5277)       ; 
+    (=ucs@cns          . #x5277)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F823)      ; 剷
+  '((=>ucs@cns         . #x2F823)      ; 剷
     (morohashi-daikanwa        2143 0 1)
     (ideographic-radical . 18) ; ⼑
     (ideographic-strokes . 11)
     (mojikyo           . 057256)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F823)      ; 剷
+  '((=>ucs@cns         . #x2F823)      ; 剷
     (morohashi-daikanwa        2143 0 2)
     (ideographic-radical . 18) ; ⼑
     (ideographic-strokes . 11)
index bc447a6..f5a41ab 100644 (file)
     (chinese-big5      . #xA4CE)       ; 
     (ideograph-daikanwa . 03118)       ; 
     (=jef-china3       . #x45EF)       ; 
-    (ucs-cns           . #x53CA)       ; 
+    (=ucs@cns          . #x53CA)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        3118 1)
      ((=ucs              . #x53C8)     ; 又
       ))
     (chinese-cns11643-3 . #x2B4E)      ; 
-    (ucs-cns           . #x53DC)       ; 
+    (=ucs@cns          . #x53DC)       ; 
     ))
 (define-char
   '((=>ucs             . #x20B40)      ; 𠭀
index 59f965c..1dfbff1 100644 (file)
     (chinese-cns11643-1 . #x4639)      ; 
     (=gt-pj-1          . #x3C38)       ; 𠮟
     (ideograph-daikanwa . 03247)       ; 
-    (ucs-cns           . #x53F1)       ; 𠮟
+    (=ucs@cns          . #x53F1)       ; 𠮟
     (ucs-jis           . #x53F1)       ; 𠮟
     (mojikyo           . 003247)       ; 
     (=ucs              . #x20B9F)      ; 𠮟
     (=ucs              . #x2F83C)      ; 咞
     ))
 (define-char
-  '((=>ucs-cns         . #x2F83C)      ; 咞
+  '((=>ucs@cns         . #x2F83C)      ; 咞
     (morohashi-daikanwa        3385 0 0)
     (ideographic-radical . 30) ; ⼝
     (ideographic-strokes . 4)
     (=ucs              . #x2F83E)      ; 呈
     ))
 (define-char
-  '((=>ucs-cns         . #x2F83E)      ; 呈
+  '((=>ucs@cns         . #x2F83E)      ; 呈
     (morohashi-daikanwa        3401 0 0)
     (ideographic-radical . 30) ; ⼝
     (ideographic-strokes . 4)
      ((chinese-cns11643-1 . #x4C65)    ; 
       ))
     (chinese-cns11643-2 . #x3376)      ; 
-    (ucs-cns           . #x553C)       ; 
+    (=ucs@cns          . #x553C)       ; 
     ))
 (define-char
   '((ideographic-radical . 30) ; ⼝
     (=ucs              . #x2F843)      ; 啓
     ))
 (define-char
-  '((=>ucs-cns         . #x2F843)      ; 啓
+  '((=>ucs@cns         . #x2F843)      ; 啓
     (morohashi-daikanwa        3820 0 5)
     (ideographic-radical . 30) ; ⼝
     (ideographic-strokes . 8)
      ((=big5-cdp         . #x8BD3)     ; 
       ))
     (chinese-cns11643-1 . #x682C)      ; 
-    (ucs-cns           . #x5606)       ; 
+    (=ucs@cns          . #x5606)       ; 
     ))
 (define-char
   '((ideographic-radical . 30) ; ⼝
index 86f5df0..6263246 100644 (file)
 (define-char
   '((=>ucs*            . #x585A)       ; 塚
     (=>ucs@gb          . #x585A)       ; 塚
-    (=>ucs-cns         . #x585A)       ; 
+    (=>ucs@cns         . #x585A)       ; 
     (=>ucs-big5                . #x585A)       ; 
     (ideographic-radical . 32) ; ⼟
     (ideographic-strokes . 10)
     (total-strokes      . 13)
     (chinese-cns11643-1 . #x6356)      ; 
     (chinese-big5      . #xB6EF)       ; 
-    (ucs-cns           . #x585A)       ; 
+    (=ucs@cns          . #x585A)       ; 
     (ucs-big5          . #x585A)       ; 
     ))
 (define-char
index 3c38f0b..b3e4ed1 100644 (file)
     (ideographic-strokes . 7)
     (total-strokes      . 10)
     (chinese-cns11643-1 . #x5471)      ; 
-    (ucs-cns           . #x595A)       ; 
+    (=ucs@cns          . #x595A)       ; 
     ))
 (define-char
   '((=>ucs             . #x20AFB)      ; 𠫻
index c61e824..e896c0b 100644 (file)
@@ -72,7 +72,7 @@
     (ideographic-strokes . 2)
     (total-strokes      . 5)
     (chinese-cns11643-1 . #x4643)      ; 
-    (ucs-cns           . #x5974)       ; 
+    (=ucs@cns          . #x5974)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
     (ideographic-strokes . 3)
     (total-strokes      . 6)
     (chinese-cns11643-1 . #x4771)      ; 
-    (ucs-cns           . #x5982)       ; 
+    (=ucs@cns          . #x5982)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
     (ideographic-strokes . 4)
     (total-strokes      . 7)
     (chinese-cns11643-1 . #x4974)      ; 
-    (ucs-cns           . #x59A5)       ; 
+    (=ucs@cns          . #x59A5)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
      ((=ucs              . #x4EA5)     ; 亥
       ))
     (chinese-cns11643-3 . #x2C21)      ; 
-    (ucs-cns           . #x59DF)       ; 
+    (=ucs@cns          . #x59DF)       ; 
     ))
 (define-char
   '((=>ucs             . #x59DF)       ; 姟
      ((=ucs              . #x5B85)     ; 宅
       ))
     (chinese-cns11643-3 . #x2C29)      ; 
-    (ucs-cns           . #x59F9)       ; 
+    (=ucs@cns          . #x59F9)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
     (ideographic-strokes . 8)
     (total-strokes      . 11)
     (chinese-cns11643-1 . #x5967)      ; 
-    (ucs-cns           . #x5A46)       ; 
+    (=ucs@cns          . #x5A46)       ; 
     ))
 (define-char
   '((=>ucs             . #x21765)      ; 𡝥
     (ideographic-strokes . 10)
     (total-strokes      . 13)
     (chinese-cns11643-1 . #x6360)      ; 
-    (ucs-cns           . #x5AC1)       ; 
+    (=ucs@cns          . #x5AC1)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
     (ideographic-strokes . 16)
     (total-strokes      . 19)
     (chinese-cns11643-2 . #x6547)      ; 
-    (ucs-cns           . #x5B3E)       ; 
+    (=ucs@cns          . #x5B3E)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F86A)      ; 嬾
+  '((=>ucs@cns         . #x2F86A)      ; 嬾
     (morohashi-daikanwa        6872 0 3)
     (ideographic-radical . 38) ; ⼥
     (ideographic-strokes . 16)
      ((=ucs              . #x77BF)     ; 瞿
       ))
     (chinese-cns11643-4 . #x6637)      ; 
-    (ucs-cns           . #x3739)       ; 
+    (=ucs@cns          . #x3739)       ; 
     ))
 (define-char
   '((ideographic-radical . 38) ; ⼥
index 452fe09..8e3320c 100644 (file)
@@ -5,7 +5,7 @@
     (total-strokes      . 3)
     (chinese-cns11643-1 . #x4452)      ; 
     (ideograph-daikanwa . 07538)       ; 
-    (ucs-cns           . #x5C22)       ; 
+    (=ucs@cns          . #x5C22)       ; 
     ))
 (define-char
   '((=>ucs*            . #x5C22)       ; 尢
@@ -26,7 +26,7 @@
     (=ucs              . #x2F875)      ; 尢
     ))
 (define-char
-  '((=>ucs-cns         . #x2F875)      ; 尢
+  '((=>ucs@cns         . #x2F875)      ; 尢
     (morohashi-daikanwa        7539 0 0)
     (ideographic-radical . 43) ; ⼪
     (ideographic-strokes . 0)
index 5b0a5ae..c1cc15a 100644 (file)
     (chinese-cns11643-4 . #x2C5E)      ; 
     (ideograph-daikanwa . 08121)       ; 
     (=cbeta            . 00776)        ; 
-    (ucs-cns           . #x37CF)       ; 
+    (=ucs@cns          . #x37CF)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        8121 0 0)
     (total-strokes      . 12)
     (chinese-cns11643-2 . #x3B3E)      ; 
     (=jef-china3       . #x4BCE)       ; 
-    (ucs-cns           . #x5D43)       ; 
+    (=ucs@cns          . #x5D43)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F87C)      ; 嵃
+  '((=>ucs@cns         . #x2F87C)      ; 嵃
     (morohashi-daikanwa        8268 0 1)
     (ideographic-radical . 46) ; ⼭
     (ideographic-strokes . 9)
index 1f60f57..debbc68 100644 (file)
     (ideographic-strokes . 3)
     (total-strokes      . 6)
     (chinese-cns11643-2 . #x223A)      ; 
-    (ucs-cns           . #x5DDF)       ; 
+    (=ucs@cns          . #x5DDF)       ; 
     ))
 (define-char
   '((=>ucs             . #x5DDF)       ; 巟
index 905b121..afee5bf 100644 (file)
     (ideographic-strokes . 3)
     (total-strokes      . 6)
     (chinese-cns11643-2 . #x223B)      ; 
-    (ucs-cns           . #x5E75)       ; 
+    (=ucs@cns          . #x5E75)       ; 
     ))
 (define-char
   '((ideographic-radical . 51) ; ⼲
index 78dca1a..11ece97 100644 (file)
 (define-char
   '((=>ucs*            . #x61F2)       ; 懲
     (=>ucs@gb          . #x61F2)       ; 懲
-    (=>ucs-cns         . #x61F2)       ; 
+    (=>ucs@cns         . #x61F2)       ; 
     (=>ucs-ks          . #x61F2)       ; 
     (morohashi-daikanwa        11424 0 1)
     (ideographic-radical . 61) ; ⼼
     (ideographic-strokes . 15)
     (total-strokes      . 19)
     (chinese-cns11643-1 . #x7834)      ; 
-    (ucs-cns           . #x61F2)       ; 
+    (=ucs@cns          . #x61F2)       ; 
     ))
 (define-char
   '((=>ucs             . #x2290A)      ; 𢤊
index eaba94a..35cf94f 100644 (file)
     (ucs-jis           . #x649D)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F8C5)      ; 撝
+  '((=>ucs@cns         . #x2F8C5)      ; 撝
     (morohashi-daikanwa        12716 0 1)
     (ideographic-radical . 64) ; ⼿
     (ideographic-strokes . 12)
index da47af3..a947740 100644 (file)
     (chinese-big5      . #xB1D8)       ; 
     (ideograph-daikanwa . 13508)       ; 
     (=gt-k             . 07937)        ; 
-    (ucs-cns           . #x659B)       ; 
+    (=ucs@cns          . #x659B)       ; 
     (ucs-jis           . #x659B)       ; 
     ))
 (define-char
index 7e38c2e..2ee1012 100644 (file)
@@ -34,7 +34,7 @@
     (ideographic-strokes . 1)
     (total-strokes      . 4)
     (chinese-cns11643-2 . #x213E)      ; 
-    (ucs-cns           . #x65E1)       ; 
+    (=ucs@cns          . #x65E1)       ; 
     ))
 (define-char
   '((ideographic-radical . 71) ; ⽆
index eaf5388..e7e0271 100644 (file)
     (=jis-x0213-1-2000 . #x7540)       ; 
     (chinese-big5      . #xB4BE)       ; 
     (=jef-china3       . #x51A7)       ; 
-    (ucs-cns           . #x6677)       ; 
+    (=ucs@cns          . #x6677)       ; 
     (=ucs-jis-2000     . #x6677)       ; 
     (ucs-big5          . #x6677)       ; 
     (mojikyo           . 014005)       ; 
index 98163c6..7dbb0a3 100644 (file)
     ))
 (define-char
   '((=>ucs             . #x6BBA)       ; 殺
-    (=>ucs-cns         . #x2F8F5)      ; 殺
+    (=>ucs@cns         . #x2F8F5)      ; 殺
     (ideographic-radical . 79) ; ⽎
     (ideographic-strokes . 6)
     (total-strokes      . 10)
     (mojikyo           . 073347)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F8F5)      ; 殺
+  '((=>ucs@cns         . #x2F8F5)      ; 殺
     (morohashi-daikanwa        16629 0 3)
     (ideographic-radical . 79) ; ⽎
     (ideographic-strokes . 6)
     (ideographic-strokes . 7)
     (total-strokes      . 11)
     (chinese-cns11643-1 . #x5B44)      ; 
-    (ucs-cns           . #x6BBA)       ; 
+    (=ucs@cns          . #x6BBA)       ; 
     ))
 (define-char
   '((ideographic-radical . 79) ; ⽎
index 168b4f1..af92b5d 100644 (file)
@@ -20,7 +20,7 @@
     (ideographic-strokes . 0)
     (total-strokes      . 4)
     (chinese-cns11643-1 . #x4553)      ; 
-    (ucs-cns           . #x6BDB)       ; 
+    (=ucs@cns          . #x6BDB)       ; 
     ))
 (define-char
   '((=>ucs             . #x23B1B)      ; 𣬛
index 3472872..3c9a3c6 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 9)
     (chinese-cns11643-1 . #x517C)      ; 
-    (ucs-cns           . #x6D41)       ; 
+    (=ucs@cns          . #x6D41)       ; 
     ))
 (define-char
   '((ideographic-radical . 85) ; ⽔
     ))
 (define-char
   '((=>ucs             . #x6D41)       ; 流
-    (=>ucs-cns         . #x2F902)      ; 流
+    (=>ucs@cns         . #x2F902)      ; 流
     (morohashi-daikanwa        17572 1)
     (ideographic-radical . 85) ; ⽔
     (ideographic-strokes . 7)
     (chinese-gb2312    . #x4177)       ; 
     (chinese-isoir165  . #x4177)       ; 
     (chinese-cns11643-4 . #x2D70)      ; 
-    (ucs-cns           . #x2F902)      ; 流
+    (=ucs@cns          . #x2F902)      ; 流
     (=ucs              . #x6D41)       ; 流
     ))
 (define-char
     (ideographic-strokes . 11)
     (total-strokes      . 14)
     (chinese-cns11643-1 . #x6947)      ; 
-    (ucs-cns           . #x6F22)       ; 
+    (=ucs@cns          . #x6F22)       ; 
     ))
 (define-char
   '((=>ucs             . #x6F23)       ; 漣
     ))
 (define-char
   '((=>ucs             . #x701E)       ; 瀞
-    (=>ucs-cns         . #x2F914)      ; 瀞
+    (=>ucs@cns         . #x2F914)      ; 瀞
     (ideographic-radical . 85) ; ⽔
     (ideographic-strokes . 14)
     (total-strokes      . 17)
     (=jef-china3       . #x57B6)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F914)      ; 瀞
+  '((=>ucs@cns         . #x2F914)      ; 瀞
     (morohashi-daikanwa        18520 0 5)
     (ideographic-radical . 85) ; ⽔
     (ideographic-strokes . 14)
index 74be67a..eb48315 100644 (file)
     (ideographic-strokes . 9)
     (total-strokes      . 12)
     (chinese-cns11643-3 . #x3D29)      ; 
-    (ucs-cns           . #x732A)       ; 
+    (=ucs@cns          . #x732A)       ; 
     ))
 (define-char
   '((=>ucs             . #x732B)       ; 猫
index f96239a..d3b20e0 100644 (file)
     ))
 (define-char
   '((=>ucs             . #x7471)       ; 瑱
-    (=>ucs-cns         . #x2F930)      ; 瑱
+    (=>ucs@cns         . #x2F930)      ; 瑱
     (ideographic-radical . 96) ; ⽟
     (ideographic-strokes . 10)
     (total-strokes      . 14)
     (total-strokes      . 14)
     (chinese-cns11643-2 . #x4B76)      ; 
     (chinese-big5      . #xE2D0)       ; 
-    (ucs-cns           . #x7471)       ; 
+    (=ucs@cns          . #x7471)       ; 
     ))
 (define-char
   '((=>ucs             . #x7472)       ; 瑲
index 5f1bd50..dc4f6dd 100644 (file)
@@ -68,7 +68,7 @@
     (ideographic-strokes . 4)
     (total-strokes      . 9)
     (chinese-cns11643-2 . #x2C40)      ; 
-    (ucs-cns           . #x7679)       ; 
+    (=ucs@cns          . #x7679)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        22661 0 1)
index b5e4848..dfc3efd 100644 (file)
     (ideographic-strokes . 4)
     (total-strokes      . 9)
     (chinese-cns11643-1 . #x5255)      ; 
-    (ucs-cns           . #x7686)       ; 
+    (=ucs@cns          . #x7686)       ; 
     ))
 (define-char
   '((ideographic-radical . 106)        ; ⽩
index 9e78e49..afbb555 100644 (file)
     (ideographic-strokes . 7)
     (total-strokes      . 12)
     (chinese-cns11643-4 . #x3946)      ; 
-    (ucs-cns           . #x4039)       ; 
+    (=ucs@cns          . #x4039)       ; 
     ))
 (define-char
   '((=>ucs*            . #x4039)       ; 䀹
     (=ucs              . #x2F949)      ; 䀹
     ))
 (define-char
-  '((=>ucs-cns         . #x2F949)      ; 䀹
+  '((=>ucs@cns         . #x2F949)      ; 䀹
     (morohashi-daikanwa        23381 0 0)
     (ideographic-radical . 109)        ; ⽬
     (ideographic-strokes . 7)
index 2093a6a..a6a9594 100644 (file)
@@ -34,7 +34,7 @@
     (ideographic-strokes . 2)
     (total-strokes      . 7)
     (chinese-cns11643-1 . #x4B32)      ; 
-    (ucs-cns           . #x77E3)       ; 
+    (=ucs@cns          . #x77E3)       ; 
     ))
 (define-char
   '((ideographic-radical . 111)        ; ⽮
index 1c37bf4..b291791 100644 (file)
     (ideographic-strokes . 9)
     (total-strokes      . 14)
     (chinese-cns11643-1 . #x697E)      ; 
-    (ucs-cns           . #x798D)       ; 
+    (=ucs@cns          . #x798D)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        24766 1 3)
index b0187ab..d777bf3 100644 (file)
     (ideographic-strokes . 5)
     (total-strokes      . 10)
     (chinese-cns11643-1 . #x5736)      ; 
-    (ucs-cns           . #x79E6)       ; 
+    (=ucs@cns          . #x79E6)       ; 
     ))
 (define-char
   '((ideographic-radical . 115)        ; ⽲
index d695e02..d82d622 100644 (file)
 (define-char
   '((=>ucs*            . #x7A81)       ; 突
     (=>ucs@gb          . #x7A81)       ; 突
-    (=>ucs-cns         . #x7A81)       ; 
+    (=>ucs@cns         . #x7A81)       ; 
     (ideographic-radical . 116)        ; ⽳
     (ideographic-strokes . 4)
     (total-strokes      . 9)
     (ideographic-strokes . 4)
     (total-strokes      . 9)
     (chinese-cns11643-1 . #x5273)      ; 
-    (ucs-cns           . #x7A81)       ; 
+    (=ucs@cns          . #x7A81)       ; 
     ))
 (define-char
   '((=>ucs-jis         . #xFA55)       ; 突
index 71e9029..e3ea9c3 100644 (file)
     (total-strokes      . 17)
     (chinese-cns11643-2 . #x5E3C)      ; 
     (ideograph-daikanwa . 27114)       ; 
-    (ucs-cns           . #x7CE8)       ; 
+    (=ucs@cns          . #x7CE8)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F968)      ; 糨
+  '((=>ucs@cns         . #x2F968)      ; 糨
     (morohashi-daikanwa        27114 0 4)
     (ideographic-radical . 119)        ; ⽶
     (ideographic-strokes . 11)
index 713b075..9f49ea7 100644 (file)
 (define-char
   '((=>ucs*            . #x7DF4)       ; 練
     (=>ucs@gb          . #x7DF4)       ; 練
-    (=>ucs-cns         . #x7DF4)       ; 練
+    (=>ucs@cns         . #x7DF4)       ; 練
     (ideographic-radical . 120)        ; ⽷
     (ideographic-strokes . 9)
     (total-strokes      . 15)
     (chinese-cns11643-1 . #x746D)      ; 
     (=jis-x0213-1-2000 . #x7A33)       ; 
     (ideograph-daikanwa . 27849)       ; 
-    (ucs-cns           . #x7E41)       ; 繁
+    (=ucs@cns          . #x7E41)       ; 繁
     (ucs-ks            . #x7E41)       ; 繁
     (=ucs              . #xFA59)       ; 繁
     ))
index d2b9c3b..5f70f6f 100644 (file)
      ((=ucs              . #x3431)     ; 㐱
       ))
     (chinese-cns11643-2 . #x3841)      ; 
-    (ucs-cns           . #x7FCF)       ; 
+    (=ucs@cns          . #x7FCF)       ; 
     ))
 (define-char
   '((=>ucs             . #x7FD0)       ; 翐
     (ideographic-strokes . 7)
     (total-strokes      . 13)
     (chinese-cns11643-2 . #x4636)      ; 
-    (ucs-cns           . #x7FDB)       ; 
+    (=ucs@cns          . #x7FDB)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        28709 0 3)
      ((=ucs              . #x7FBD)     ; 羽
       ))
     (chinese-cns11643-2 . #x6266)      ; 
-    (ucs-cns           . #x7FF7)       ; 
+    (=ucs@cns          . #x7FF7)       ; 
     ))
 (define-char
   '((=>ucs             . #x4396)       ; 䎖
index bbf130f..00be88a 100644 (file)
     ))
 (define-char
   '((=>ucs*            . #x8005)       ; 者
-    (=>ucs-cns         . #x2F97A)      ; 者
+    (=>ucs@cns         . #x2F97A)      ; 者
     (ideographic-radical . 125)        ; ⽼
     (ideographic-strokes . 5)
     (total-strokes      . 9)
index e57d473..1c02ccc 100644 (file)
@@ -24,7 +24,7 @@
     (=jis-x0213-2-2000 . #x7575)       ; 
     (ideograph-daikanwa . 30639)       ; 
     (=big5-cdp         . #x8AFE)       ; 
-    (ucs-cns           . #x8279)       ; ⺿
+    (=ucs@cns          . #x8279)       ; ⺿
     (=ucs              . #x2EBF)       ; ⺿
     ))
 (define-char
     (ideographic-strokes . 5)
     (total-strokes      . 9)
     (chinese-cns11643-2 . #x2D41)      ; 
-    (ucs-cns           . #x82EA)       ; 
+    (=ucs@cns          . #x82EA)       ; 
     ))
 (define-char
   '((=>ucs             . #x82EA)       ; 苪
     ))
 (define-char
   '((=>ucs             . #x82BD)       ; 芽
-    (=>ucs-cns         . #x2F995)      ; 
+    (=>ucs@cns         . #x2F995)      ; 
     (morohashi-daikanwa        30860 1)
     (ideographic-radical . 140)        ; ⾋
     (ideographic-strokes . 5)
     ))
 (define-char
   '((=>ucs             . #x82BD)       ; 芽
-    (=>ucs-cns         . #x2F995)      ; 
+    (=>ucs@cns         . #x2F995)      ; 
     (morohashi-daikanwa        30860 1 0)
     (ideographic-radical . 140)        ; ⾋
     (ideographic-strokes . 5)
     (total-strokes      . 8)
     (->mojikyo         . 050396)       ; 
     (chinese-cns11643-6 . #x2E22)      ; 
-    (ucs-cns           . #x2F995)      ; 
+    (=ucs@cns          . #x2F995)      ; 
     ))
 (define-char
   '((=>ucs*            . #x82BD)       ; 芽
     (=ucs              . #x2F995)      ; 芽
     ))
 (define-char
-  '((=>ucs-cns         . #x2F995)      ; 
+  '((=>ucs@cns         . #x2F995)      ; 
     (morohashi-daikanwa        30860 1 3)
     (ideographic-radical . 140)        ; ⾋
     (ideographic-strokes . 4)
     (ideographic-strokes . 6)
     (total-strokes      . 10)
     (chinese-cns11643-1 . #x5824)      ; 
-    (ucs-cns           . #x8343)       ; 
+    (=ucs@cns          . #x8343)       ; 
     ))
 (define-char
   '((=>ucs             . #x8343)       ; 荃
     (total-strokes      . 12)
     (chinese-cns11643-2 . #x3F51)      ; 
     (ideograph-daikanwa . 31134)       ; 
-    (ucs-cns           . #x83BF)       ; 
+    (=ucs@cns          . #x83BF)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        31134 0 0)
     (ideographic-strokes . 6)
     (total-strokes      . 10)
     (chinese-cns11643-2 . #x3253)      ; 
-    (ucs-cns           . #x8353)       ; 
+    (=ucs@cns          . #x8353)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        31192 0 3)
     (ideographic-strokes . 8)
     (total-strokes      . 12)
     (chinese-cns11643-2 . #x3F68)      ; 
-    (ucs-cns           . #x83EA)       ; 
+    (=ucs@cns          . #x83EA)       ; 
     ))
 (define-char
   '((=>ucs             . #x83EA)       ; 菪
     (ideographic-strokes . 9)
     (total-strokes      . 13)
     (chinese-cns11643-2 . #x464E)      ; 
-    (ucs-cns           . #x84F1)       ; 
+    (=ucs@cns          . #x84F1)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        31727 0 3)
     (total-strokes      . 21)
     (chinese-cns11643-2 . #x6C2E)      ; 
     (ideograph-daikanwa . 32505)       ; 
-    (ucs-cns           . #x8625)       ; 
+    (=ucs@cns          . #x8625)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        32505 0 1)
index 06b7435..cb37102 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 12)
     (chinese-cns11643-1 . #x6170)      ; 
-    (ucs-cns           . #x865B)       ; 
+    (=ucs@cns          . #x865B)       ; 
     ))
 (define-char
   '((=>ucs             . #x865C)       ; 虜
     (ideographic-strokes . 7)
     (total-strokes      . 13)
     (chinese-cns11643-1 . #x663F)      ; 
-    (ucs-cns           . #x865C)       ; 
+    (=ucs@cns          . #x865C)       ; 
     ))
 (define-char
   '((ideographic-radical . 141)        ; ⾌
     (=ucs              . #x4594)       ; 䖔
     ))
 (define-char
-  '((=>ucs-cns         . #x2F9B4)      ; 虜
+  '((=>ucs@cns         . #x2F9B4)      ; 虜
     (morohashi-daikanwa        32720 1)
     (ideographic-radical . 141)        ; ⾌
     (ideographic-strokes . 7)
index 062dd9b..b2df630 100644 (file)
     (total-strokes      . 16)
     (chinese-cns11643-2 . #x5A32)      ; 
     (ideograph-daikanwa . 33396)       ; 
-    (ucs-cns           . #x8779)       ; 
+    (=ucs@cns          . #x8779)       ; 
     ))
 (define-char
-  '((=>ucs-cns         . #x2F9BB)      ; 蝹
+  '((=>ucs@cns         . #x2F9BB)      ; 蝹
     (morohashi-daikanwa        33396 0 4)
     (ideographic-radical . 142)        ; ⾍
     (ideographic-strokes . 10)
     (ideographic-strokes . 13)
     (total-strokes      . 19)
     (chinese-cns11643-3 . #x5B2D)      ; 
-    (ucs-cns           . #x2F9C1)      ; 
+    (=ucs@cns          . #x2F9C1)      ; 
     ))
 (define-char
   '((morohashi-daikanwa        33682 0 5)
index 99b7da1..bdddbe0 100644 (file)
     (total-strokes      . 16)
     (->mojikyo         . 053307)       ; 
     (chinese-cns11643-4 . #x534B)      ; 
-    (ucs-cns           . #x8860)       ; 
+    (=ucs@cns          . #x8860)       ; 
     ))
 (define-char
   '((ideographic-radical . 144)        ; ⾏
index e250891..b5f59ae 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 13)
     (chinese-cns11643-1 . #x6669)      ; 
-    (ucs-cns           . #x8A79)       ; 
+    (=ucs@cns          . #x8A79)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        35458 0 1)
 (define-char
   '((=>ucs*            . #x8B01)       ; 謁
     (=>ucs@gb          . #x8B01)       ; 謁
-    (=>ucs-cns         . #x8B01)       ; 謁
+    (=>ucs@cns         . #x8B01)       ; 謁
     (ideographic-radical . 149)        ; ⾔
     (ideographic-strokes . 9)
     (total-strokes      . 16)
 (define-char
   '((=>ucs*            . #x8B39)       ; 謹
     (=>ucs@gb          . #x8B39)       ; 謹
-    (=>ucs-cns         . #x8B39)       ; 謹
+    (=>ucs@cns         . #x8B39)       ; 謹
     (ideographic-radical . 149)        ; ⾔
     (ideographic-strokes . 11)
     (total-strokes      . 18)
index 99688f8..5ec770c 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 13)
     (chinese-cns11643-2 . #x475D)      ; 
-    (ucs-cns           . #x8C66)       ; 
+    (=ucs@cns          . #x8C66)       ; 
     ))
 (define-char
   '((ideographic-radical . 152)        ; ⾗
index 14b8e86..eff346f 100644 (file)
 (define-char
   '((=>ucs*            . #x8CD3)       ; 賓
     (=>ucs@gb          . #x8CD3)       ; 賓
-    (=>ucs-cns         . #x8CD3)       ; 賓
+    (=>ucs@cns         . #x8CD3)       ; 賓
     (ideographic-radical . 154)        ; ⾙
     (ideographic-strokes . 7)
     (total-strokes      . 14)
index b9d82dd..f775fb4 100644 (file)
     (ideographic-strokes . 8)
     (total-strokes      . 15)
     (chinese-cns11643-1 . #x6F45)      ; 
-    (ucs-cns           . #x8F29)       ; 
+    (=ucs@cns          . #x8F29)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        38398 0 2)
index 8cc9e3c..3bd3b82 100644 (file)
@@ -43,7 +43,7 @@
     (total-strokes      . 4)
     (chinese-cns11643-4 . #x2154)      ; 
     (=big5-cdp         . #x8AF7)       ; 
-    (ucs-cns           . #x8FB6)       ; ⻎
+    (=ucs@cns          . #x8FB6)       ; ⻎
     (=ucs              . #x2ECE)       ; ⻎
     ))
 (define-char
index d296283..b5218ca 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 9)
     (chinese-cns11643-1 . #x5368)      ; 
-    (ucs-cns           . #x90C1)       ; 
+    (=ucs@cns          . #x90C1)       ; 
     ))
 (define-char
   '((ideographic-radical . 163)        ; ⾢
index 5ed1ee0..685ca50 100644 (file)
     (total-strokes      . 16)
     (chinese-cns11643-4 . #x544A)      ; 
     (ideograph-daikanwa . 40543)       ; 
-    (ucs-cns           . #x2F9EA)      ; 
+    (=ucs@cns          . #x2F9EA)      ; 
     ))
 (define-char
   '((=>ucs*            . #x927C)       ; 鉼
index c1afa16..75980de 100644 (file)
     (ideographic-strokes . 8)
     (total-strokes      . 11)
     (chinese-cns11643-1 . #x5D72)      ; 
-    (ucs-cns           . #x9675)       ; 
+    (=ucs@cns          . #x9675)       ; 
     ))
 (define-char
   '((=>ucs             . #x9675)       ; 陵
index eedeb86..7cd67cd 100644 (file)
     (ideographic-strokes . 10)
     (total-strokes      . 18)
     (chinese-cns11643-2 . #x643D)      ; 
-    (ucs-cns           . #x96DA)       ; 
+    (=ucs@cns          . #x96DA)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        42120 0 2)
 (define-char
   '((=>ucs*            . #x96E3)       ; 難
     (=>ucs@gb          . #x96E3)       ; 難
-    (=>ucs-cns         . #x96E3)       ; 難
+    (=>ucs@cns         . #x96E3)       ; 難
     (ideographic-radical . 172)        ; ⾫
     (ideographic-strokes . 11)
     (total-strokes      . 19)
index d5b2b9f..e710660 100644 (file)
@@ -18,7 +18,7 @@
     (ideographic-strokes . 0)
     (total-strokes      . 8)
     (chinese-cns11643-1 . #x4F66)      ; 
-    (ucs-cns           . #x975E)       ; 
+    (=ucs@cns          . #x975E)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        42585 0 1)
index 20a5710..83288d6 100644 (file)
     (ideographic-strokes . 11)
     (total-strokes      . 20)
     (chinese-cns11643-4 . #x652A)      ; 
-    (ucs-cns           . #x2F9FA)      ; 
+    (=ucs@cns          . #x2F9FA)      ; 
     ))
 (define-char
   '((=>ucs             . #x97E0)       ; 韠
     (ideographic-strokes . 11)
     (total-strokes      . 20)
     (chinese-cns11643-4 . #x6527)      ; 
-    (ucs-cns           . #x97E0)       ; 
+    (=ucs@cns          . #x97E0)       ; 
     ))
 (define-char
   '((=>ucs             . #x97E0)       ; 韠
index 4c8b46b..b4e1d7d 100644 (file)
     (ideographic-strokes . 6)
     (total-strokes      . 15)
     (chinese-cns11643-2 . #x555F)      ; 
-    (ucs-cns           . #x981E)       ; 
+    (=ucs@cns          . #x981E)       ; 
     ))
 (define-char
   '((ideographic-radical . 181)        ; ⾴
 (define-char
   '((=>ucs*            . #x983B)       ; 頻
     (=>ucs@gb          . #x983B)       ; 頻
-    (=>ucs-cns         . #x983B)       ; 頻
+    (=>ucs@cns         . #x983B)       ; 頻
     (ideographic-radical . 181)        ; ⾴
     (ideographic-strokes . 7)
     (japanese-strokes   . 8)
index a9c530b..dccb18c 100644 (file)
     ))
 (define-char
   '((=>ucs             . #x9929)       ; 餩
-    (=>ucs-cns         . #x2FA04)      ; 餩
+    (=>ucs@cns         . #x2FA04)      ; 餩
     (ideographic-radical . 184)        ; ⾷
     (ideographic-strokes . 8)
     (total-strokes      . 17)
     (=ucs              . #x2FA04)      ; 餩
     ))
 (define-char
-  '((=>ucs-cns         . #x2FA04)      ; 餩
+  '((=>ucs@cns         . #x2FA04)      ; 餩
     (morohashi-daikanwa        44239 0 1)
     (ideographic-radical . 184)        ; ⾷
     (ideographic-strokes . 8)
     (ideographic-strokes . 8)
     (total-strokes      . 16)
     (chinese-cns11643-2 . #x5B6B)      ; 
-    (ucs-cns           . #x9929)       ; 
+    (=ucs@cns          . #x9929)       ; 
     ))
 (define-char
   '((ideographic-radical . 184)        ; ⾷
index f51bec9..abb2ebf 100644 (file)
     (=ucs              . #x2FA05)      ; 馧
     ))
 (define-char
-  '((=>ucs-cns         . #x2FA05)      ; 馧
+  '((=>ucs@cns         . #x2FA05)      ; 馧
     (morohashi-daikanwa        44552 0 0)
     (ideographic-radical . 186)        ; ⾹
     (ideographic-strokes . 9)
     (total-strokes      . 19)
     (chinese-cns11643-2 . #x677E)      ; 
     (ideograph-daikanwa . 44556)       ; 
-    (ucs-cns           . #x99A7)       ; 
+    (=ucs@cns          . #x99A7)       ; 
     ))
 (define-char
   '((=>ucs             . #x29855)      ; 𩡕
index a12154e..b0afc23 100644 (file)
     (ideographic-strokes . 9)
     (total-strokes      . 20)
     (chinese-cns11643-7 . #x5242)      ; 
-    (ucs-cns           . #x4CED)       ; 
+    (=ucs@cns          . #x4CED)       ; 
     ))
 (define-char
   '((=>ucs*            . #x4CED)       ; 䳭
     (=ucs              . #x2FA0E)      ; 䳭
     ))
 (define-char
-  '((=>ucs-cns         . #x2FA0E)      ; 䳭
+  '((=>ucs@cns         . #x2FA0E)      ; 䳭
     (morohashi-daikanwa        47115 0 5)
     (ideographic-radical . 196)        ; ⿃
     (ideographic-strokes . 9)
index 48a60db..1706be6 100644 (file)
@@ -28,7 +28,7 @@
     (ideographic-strokes . 0)
     (total-strokes      . 11)
     (chinese-cns11643-1 . #x5E26)      ; 
-    (ucs-cns           . #x9E7F)       ; 
+    (=ucs@cns          . #x9E7F)       ; 
     ))
 (define-char
   '((ideographic-radical . 198)        ; ⿅
index 7195cc6..0d4075d 100644 (file)
@@ -14,7 +14,7 @@
     (ideographic-strokes . 0)
     (total-strokes      . 11)
     (chinese-cns11643-1 . #x5E28)      ; 
-    (ucs-cns           . #x9EBB)       ; 
+    (=ucs@cns          . #x9EBB)       ; 
     ))
 (define-char
   '((morohashi-daikanwa        47887 0 1)
index 0e306bd..c2b5117 100644 (file)
     ;;                   line-breaking))
     ;;   (setq attributes (delq '=>ucs* attributes))
     ;;   )
-    (dolist (name '(=>ucs@gb))
+    (dolist (name '(=>ucs@gb =>ucs@cns))
       (when (and (memq name attributes)
                 (setq value (get-char-attribute char name)))
        (insert (format "(%-18s . #x%04X)\t; %c%s"
       )
     (when (and (memq '=>ucs-cns attributes)
               (setq value (get-char-attribute char '=>ucs-cns)))
-      (insert (format "(=>ucs-cns\t\t. #x%04X)\t; %c%s"
-                     value (decode-char 'ucs-cns value)
+      (insert (format "(=>ucs@cns\t\t. #x%04X)\t; %c%s"
+                     value (decode-char '=ucs@cns value)
                      line-breaking))
       (setq attributes (delq '=>ucs-cns attributes))
       )
index 90b6dd6..7968ed2 100644 (file)
     (=jis-x0213-2-2000 . #x7575)       ; 
     (ideograph-daikanwa . 30639)       ; 
     (=big5-cdp         . #x8AFE)       ; 
-    (ucs-cns           . #x8279)       ; ⺿
+    (=ucs@cns          . #x8279)       ; ⺿
     (=ucs              . #x2EBF)       ; ⺿
     ))
 (define-char
     (total-strokes      . 4)
     (chinese-cns11643-4 . #x2154)      ; 
     (=big5-cdp         . #x8AF7)       ; 
-    (ucs-cns           . #x8FB6)       ; ⻎
+    (=ucs@cns          . #x8FB6)       ; ⻎
     (=ucs              . #x2ECE)       ; ⻎
     ))
 (define-char