projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88a0b3
)
(ids-read-buffer): Accept CBnnnnn instead of CB-nnnnn as CBETA
author
tomo
<tomo>
Mon, 24 Jun 2002 08:25:07 +0000
(08:25 +0000)
committer
tomo
<tomo>
Mon, 24 Jun 2002 08:25:07 +0000
(08:25 +0000)
characters.
ids-read.el
patch
|
blob
|
history
diff --git
a/ids-read.el
b/ids-read.el
index
646f3c3
..
d37e338
100644
(file)
--- a/
ids-read.el
+++ b/
ids-read.el
@@
-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))))
))