Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CHISE
tomoyo-tools
Commits
69862c23
Commit
69862c23
authored
Jul 06, 2021
by
MORIOKA Tomohiko
Browse files
(char-db-dump-additional-idc): Check `=ucs-itaiji-002'.
parent
00796549
Changes
1
Hide whitespace changes
Inline
Side-by-side
char-db-dump.el
View file @
69862c23
;;; 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
...
...
@@ -241,7 +241,8 @@
(
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment