(ids-dump-ucs-basic): Use #x9FEA instead of #x9FA5 as the end of the
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 17 Feb 2019 16:36:20 +0000 (01:36 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 17 Feb 2019 16:36:20 +0000 (01:36 +0900)
range.

ids-dump.el

index a52c8d3..c2e0798 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ids-dump.el --- Dump utility of IDS-* files
 
 ;;; ids-dump.el --- Dump utility of IDS-* files
 
-;; Copyright (C) 2002,2003,2004,2005,2009 MORIOKA Tomohiko
+;; Copyright (C) 2002,2003,2004,2005,2009,2011,2019 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode
   (interactive "Fdump IDS-UCS-Basic : ")
   (ids-dump-range "IDS-UCS-Basic.txt" filename
                  #'ids-dump-insert-ccs-ranges 'ucs "U+%04X\t%c\t%s\n"
   (interactive "Fdump IDS-UCS-Basic : ")
   (ids-dump-range "IDS-UCS-Basic.txt" filename
                  #'ids-dump-insert-ccs-ranges 'ucs "U+%04X\t%c\t%s\n"
-                 '(#x4E00 . #x9FA5)))
+                 '(#x4E00 . #x9FEA)))
 
 ;;;###autoload
 (defun ids-dump-ucs-basic@unicode (filename)
 
 ;;;###autoload
 (defun ids-dump-ucs-basic@unicode (filename)