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
88758986
Commit
88758986
authored
Apr 17, 2009
by
Kenichi Handa
Browse files
(unidata-get-decomposition): Adjust Hangle decomposition rule to
Unicode.
parent
293a9e7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
admin/ChangeLog
admin/ChangeLog
+5
-0
admin/unidata/unidata-gen.el
admin/unidata/unidata-gen.el
+3
-1
No files found.
admin/ChangeLog
View file @
88758986
2009-04-17 Kenichi Handa <handa@m17n.org>
* unidata/unidata-gen.el (unidata-get-decomposition): Adjust
Hangle decomposition rule to Unicode.
2009-04-09 Kenichi Handa <handa@m17n.org>
* unidata/unidata-gen.el (unidata-describe-decomposition): Return
...
...
admin/unidata/unidata-gen.el
View file @
88758986
...
...
@@ -828,11 +828,13 @@ Property value is a character."
(
L
(
+
#x1100
(
/
char
588
)))
;; V = VBase + (SIndex % NCount) * TCount
(
V
(
+
#x1161
(
/
(
%
char
588
)
28
)))
;; LV = SBase + (SIndex / NCount) * NCount
(
LV
(
+
#xAC00
(
*
(
/
char
588
)
588
)))
;; T = TBase + SIndex % TCount
(
T
(
+
#x11A7
(
%
char
28
))))
(
if
(
=
T
#x11A7
)
(
list
L
V
)
(
list
L
V
T
))))
(
list
LV
T
))))
))
...
...
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