(ids-read-buffer): Accept J90-hhhh.
authortomo <tomo>
Mon, 1 Jul 2002 09:29:46 +0000 (09:29 +0000)
committertomo <tomo>
Mon, 1 Jul 2002 09:29:46 +0000 (09:29 +0000)
ids-read.el

index 16bd7e8..f759d14 100644 (file)
                 ((string-match "U[-+]\\([0-9A-F]+\\)" chs)
                  (decode-char 'ucs
                               (string-to-int (match-string 1 chs) 16)))
+                ((string-match "J90-\\([0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\)"
+                               chs)
+                 (decode-char 'japanese-jisx0208-1990
+                              (string-to-int (match-string 1 chs) 16)))
                 ((string-match "M-\\([0-9]+\\)'" chs)
                  (setq code (string-to-int (match-string 1 chs)))
                  (map-char-attribute