Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e60b06d7
Commit
e60b06d7
authored
Mar 02, 2005
by
Kenichi Handa
Browse files
(unidata-get-name): Handle "CJK IDEOGRAPH".
parent
8cd7fad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
admin/unidata/unidata-gen.el
admin/unidata/unidata-gen.el
+2
-0
No files found.
admin/unidata/unidata-gen.el
View file @
e60b06d7
...
...
@@ -705,6 +705,8 @@ Property value is a character."
(
aref
(
aref
jamo-name-table
1
)
V
)
(
if
(
=
T
0
)
""
(
aref
(
aref
jamo-name-table
2
)
(
1-
T
)))))))
((
eq
sym
'CJK\ IDEOGRAPH
)
(
format
"%s-%04X"
sym
char
))
((
eq
sym
'CJK\ COMPATIBILITY\ IDEOGRAPH
)
(
format
"%s-%04X"
sym
char
))
((
eq
sym
'VARIATION\ SELECTOR
)
...
...
Write
Preview
Markdown
is supported
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