From: MORIOKA Tomohiko Date: Sun, 17 Feb 2019 16:36:20 +0000 (+0900) Subject: (ids-dump-ucs-basic): Use #x9FEA instead of #x9FA5 as the end of the X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fids.git;a=commitdiff_plain;h=88c9ba5d858b2a34ef0e927c5a7588f1391ceedd (ids-dump-ucs-basic): Use #x9FEA instead of #x9FA5 as the end of the range. --- diff --git a/ids-dump.el b/ids-dump.el index a52c8d3..c2e0798 100644 --- a/ids-dump.el +++ b/ids-dump.el @@ -1,6 +1,6 @@ ;;; 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 ;; Keywords: IDS, IDC, Ideographs, UCS, Unicode @@ -271,7 +271,7 @@ (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)