(char-db-dump-additional-idc): Check `=ucs-itaiji-002'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 6 Jul 2021 07:24:16 +0000 (16:24 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 10 Jul 2021 14:34:00 +0000 (23:34 +0900)
char-db-dump.el

index f0ff61f..7967af2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; char-db-dump.el --- Dump utility of char-spec files
 
-;; Copyright (C) 2002,2003,2004,2005,2010,2018,2019,2020 MORIOKA Tomohiko
+;; Copyright (C) 2002,2003,2004,2005,2010,2018,2019,2020,2021 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: Ideographs, Character Database, CHISE, UCS, Unicode
              (unless (memq c chars)
                (insert-char-data c)
                (setq chars (cons c chars))))))
-       (dolist (ccs '(=ucs-var-001 =ucs-var-002 =ucs-var-003 =ucs-itaiji-001))
+       (dolist (ccs '(=ucs-var-001 =ucs-var-002 =ucs-var-003
+                                   =ucs-itaiji-001 =ucs-itaiji-002))
          (when (setq chr (decode-char ccs i 'defined-only 'without-inheritance))
            (unless (memq chr chars)
              (insert-char-data chr)