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:
16254df
)
(encode_builtin_char_1): Limit builtin-code-range of `mojikyo' to
author
tomo
<tomo>
Tue, 2 May 2000 04:08:31 +0000
(
04:08
+0000)
committer
tomo
<tomo>
Tue, 2 May 2000 04:08:31 +0000
(
04:08
+0000)
MIN_CHAR_MOJIKYO + 94 * 60 * 22.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
3f70932
..
f464a85
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1785,11
+1785,16
@@
encode_builtin_char_1 (Emchar c, Lisp_Object* charset)
return c - MIN_CHAR_DAIKANWA;
}
*/
- else if (c < MIN_CHAR_94)
+ else if (c <= MAX_CHAR_MOJIKYO)
{
*charset = Vcharset_mojikyo;
return c - MIN_CHAR_MOJIKYO;
}
+ else if (c < MIN_CHAR_94)
+ {
+ *charset = Vcharset_ucs;
+ return c;
+ }
else if (c <= MAX_CHAR_94)
{
*charset = CHARSET_BY_ATTRIBUTES (CHARSET_TYPE_94,