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:
bd0e0f8
)
(isd-turtle-dump-ucs-ext-a): Use ISD-UCS-Ext-A.ttl instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 28 Feb 2017 16:58:00 +0000
(
01:58
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 28 Feb 2017 16:58:00 +0000
(
01:58
+0900)
ISD-UCS-Ext-A.txt as the filename to output.
isd-turtle.el
patch
|
blob
|
history
diff --git
a/isd-turtle.el
b/isd-turtle.el
index
a62a1af
..
1d5258b
100644
(file)
--- a/
isd-turtle.el
+++ b/
isd-turtle.el
@@
-309,7
+309,7
@@
;;;###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-dump-range "ISD-UCS-Ext-A.ttl" filename
#'isd-turtle-insert-ccs-ranges
'ucs '(#x3400 . #x4DB5) #xFA1F #xFA23))