From: tomo Date: Mon, 17 Nov 2003 05:01:04 +0000 (+0000) Subject: (ids-read-buffer): Add setting for C[1-7]-HHHH. X-Git-Tag: ids-0_0-1~58 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fids.git;a=commitdiff_plain;h=9af32ce25cc85be7b95a66b22bbed45af491e334 (ids-read-buffer): Add setting for C[1-7]-HHHH. --- diff --git a/ids-read.el b/ids-read.el index ecc92ff..99ccc40 100644 --- a/ids-read.el +++ b/ids-read.el @@ -50,6 +50,13 @@ 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