(isd-turtle-dump-ucs-ext-a): New function.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 27 Feb 2017 10:49:20 +0000 (19:49 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 27 Feb 2017 10:49:20 +0000 (19:49 +0900)
isd-turtle.el

index 1113bcc..f20c817 100644 (file)
             (setq ret (find-char c3)))
        (setq c3 ret))
     (cond
-     ((eq idc ?⿰)
+     ((eq idc ?\u2FF0) ; ⿰
       (setq p1 'left
            p2 'right)
       )
                         #'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.
 ;;;