(ids-read-buffer): Accept CBnnnnn instead of CB-nnnnn as CBETA
authortomo <tomo>
Mon, 24 Jun 2002 08:25:07 +0000 (08:25 +0000)
committertomo <tomo>
Mon, 24 Jun 2002 08:25:07 +0000 (08:25 +0000)
characters.

ids-read.el

index 646f3c3..d37e338 100644 (file)
@@ -49,7 +49,7 @@
                 ((string-match "M-\\([0-9]+\\)" chs)
                  (decode-char 'ideograph-daikanwa
                               (string-to-int (match-string 1 chs))))
-                ((string-match "CB-\\([0-9]+\\)" chs)
+                ((string-match "CB\\([0-9]+\\)" chs)
                  (decode-char 'ideograph-cbeta
                               (string-to-int (match-string 1 chs))))
                 ))