Skip to content
Commits on Source (2)
2019-04-12 MORIOKA Tomohiko <tomo.git@chise.org>
* hng-install-db.el: Add 70_阿毘達磨大毘婆沙論卷百七十(正倉院本)/,
77_四分律卷第十六(正倉院五月一日經)/ and 62_大般若經卷八十(春日版)/.
2019-04-10 MORIOKA Tomohiko <tomo.git@chise.org>
* hng-install-db.el: Add 61_最上秘密那拏天經(東禪寺版日本寫本)/.
......
......@@ -114,6 +114,14 @@
(save-char-attribute-table '===hng-yhk)
(save-charset-mapping-table '===hng-yhk)
;; 16 (F70)
(hng-read-field
(find-file-noselect
"~/projects/hng/hng-data/70_阿毘達磨大毘婆沙論卷百七十(正倉院本)/char-data.csv")
'saa 11 t 'CN 'manuscript)
(save-char-attribute-table '===hng-saa)
(save-charset-mapping-table '===hng-saa)
;; 17 (F71)
(hng-read-field
(find-file-noselect
......@@ -290,6 +298,14 @@
(save-char-attribute-table '===hng-zkd)
(save-charset-mapping-table '===hng-zkd)
;; 42 (F77)
(hng-read-field
(find-file-noselect
"~/projects/hng/hng-data/77_四分律卷第十六(正倉院五月一日經)/char-data.csv")
'sgs 11 t 'JP 'manuscript)
(save-char-attribute-table '===hng-sgs)
(save-charset-mapping-table '===hng-sgs)
;; 43 (F57)
(hng-read-field
(find-file-noselect
......@@ -338,6 +354,14 @@
(save-char-attribute-table '===hng-jyu)
(save-charset-mapping-table '===hng-jyu)
;; 50 (F62)
(hng-read-field
(find-file-noselect
"~/projects/hng/hng-data/62_大般若經卷八十(春日版)/char-data.csv")
'kad 11 t 'JP 'printed)
(save-char-attribute-table '===hng-kad)
(save-charset-mapping-table '===hng-kad)
;; 51 (F68)
(hng-read-field
(find-file-noselect
......