(ids-dump-ucs-ext-h): New function.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 16 Sep 2022 02:20:20 +0000 (11:20 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 19 Sep 2022 14:25:46 +0000 (23:25 +0900)
ids-dump.el

index c2e0798..e531c16 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ids-dump.el --- Dump utility of IDS-* files
 
-;; Copyright (C) 2002,2003,2004,2005,2009,2011,2019 MORIOKA Tomohiko
+;; Copyright (C) 2002,2003,2004,2005,2009,2011,2019,2022 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode
                  '(#x2F800 . #x2FA1D)))
 
 ;;;###autoload
+(defun ids-dump-ucs-ext-h (filename)
+  (interactive "Fdump IDS-UCS-Ext-H : ")
+  (ids-dump-range "IDS-UCS-Ext-H.txt" filename
+                 #'ids-dump-insert-ccs-ranges 'ucs "U+%04X\t%c\t%s\n"
+                 '(#x31350 . #x323AF)))
+
+;;;###autoload
 (defun ids-dump-cns11643-1 (filename)
   (interactive "Fdump IDS-CNS-1 : ")
   (ids-dump-range "IDS-CNS-1.txt" filename