(ids-read-buffer): Add setting for C[1-7]-HHHH.
authortomo <tomo>
Mon, 17 Nov 2003 05:01:04 +0000 (05:01 +0000)
committertomo <tomo>
Mon, 17 Nov 2003 05:01:04 +0000 (05:01 +0000)
ids-read.el

index ecc92ff..99ccc40 100644 (file)
                                chs)
                  (decode-char 'japanese-jisx0208-1990
                               (string-to-int (match-string 1 chs) 16)))
+                ((string-match
+                  "C\\([1-7]\\)-\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)"
+                  chs)
+                 (decode-char
+                  (intern
+                   (concat "chinese-cns11643-" (match-string 1 chs)))
+                  (string-to-int (match-string 2 chs) 16)))
                 ((string-match "CDP-\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)"
                                chs)
                  (decode-char '=big5-cdp