projects
/
chise
/
isd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4197833
)
(isd-turtle-dump-ucs-ext-a): New function.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 27 Feb 2017 10:49:20 +0000
(19:49 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 27 Feb 2017 10:49:20 +0000
(19:49 +0900)
isd-turtle.el
patch
|
blob
|
history
diff --git
a/isd-turtle.el
b/isd-turtle.el
index
1113bcc
..
f20c817
100644
(file)
--- a/
isd-turtle.el
+++ b/
isd-turtle.el
@@
-188,7
+188,7
@@
(setq ret (find-char c3)))
(setq c3 ret))
(cond
- ((eq idc ?⿰)
+ ((eq idc ?\u2FF0) ; ⿰
(setq p1 'left
p2 'right)
)
@@
-305,6
+305,14
@@
#'isd-turtle-insert-ccs-ranges
'ucs '(#x4E00 . #x9FA5)))
+;;;###autoload
+(defun isd-turtle-dump-ucs-ext-a (filename)
+ (interactive "Fdump ISD-UCS-Ext-A : ")
+ (isd-turtle-dump-range "ISD-UCS-Ext-A.txt" filename
+ #'isd-turtle-insert-ccs-ranges
+ 'ucs '(#x3400 . #x4DB5) #xFA1F #xFA23))
+
+
;;; @ End.
;;;