(isd-turtle-dump-ucs-ext-a): Use ISD-UCS-Ext-A.ttl instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 28 Feb 2017 16:58:00 +0000 (01:58 +0900)
committerMORIOKA 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

index a62a1af..1d5258b 100644 (file)
 ;;;###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))