X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ids-dump.el;h=c2e07988991fdef85331f6a286e7fa154ca6d676;hb=88c9ba5d858b2a34ef0e927c5a7588f1391ceedd;hp=a52c8d37e54f03bea6728fa4edae94fc03f52fd5;hpb=6d8c3f4a27e869a3c8ae8857890c26052f266eb2;p=chise%2Fids.git 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)