projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec55cec
)
(encode_builtin_char_1): Comment out special code for
author
tomo
<tomo>
Thu, 11 Oct 2001 18:35:21 +0000
(18:35 +0000)
committer
tomo
<tomo>
Thu, 11 Oct 2001 18:35:21 +0000
(18:35 +0000)
MIN_CHAR_MOJIKYO_0 ... MAX_CHAR_MOJIKYO_0.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
c540707
..
59769f6
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1238,11
+1238,13
@@
encode_builtin_char_1 (Emchar c, Lisp_Object* charset)
*charset = Vcharset_ideograph_daikanwa;
return c - MIN_CHAR_DAIKANWA;
}
+ /*
else if (c <= MAX_CHAR_MOJIKYO_0)
{
*charset = Vcharset_mojikyo;
return c - MIN_CHAR_MOJIKYO_0;
}
+ */
else if (c < MIN_CHAR_94)
{
*charset = Vcharset_ucs;