Modify headers, add titles and modify some structures.
[chise/ids.git] / install-ids.el
index 484e64f..0aeda5a 100644 (file)
     (setq i (1+ i))))
 
 (let ((i 1))
+  (while (<= i 2)
+    (install-ids-read-file (format "IDS-CNS-%d.txt" i)
+                          load-ids-simplify t)
+    (setq i (1+ i))))
+
+(let ((i 1))
   (while (<= i 12)
     (install-ids-read-file (format "IDS-Daikanwa-%02d.txt" i)
                           load-ids-simplify t)
 
 (install-ids-read-file "IDS-CBETA.txt" load-ids-simplify t)
 
-(princ "Saving into ")
-(princ exec-directory)
-(princ "char-db/system-char-id/ideographic-structure...")
+(install-ids-read-file "IDS-CDP.txt" load-ids-simplify t)
+(let ((i 1))
+  (while (<= i 12)
+    (install-ids-read-file (format "IDS-HZK%02d.txt" i)
+                          load-ids-simplify t)
+    (setq i (1+ i))))
+
+(princ "Updating char-feature `ideographic-structure'...")
 (save-char-attribute-table 'ideographic-structure)
 (princ "done.\n")