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:
c23ffcb
)
(Fput_char_attribute): Allow GR code-point if a coded-charset is a
author
tomo
<tomo>
Sun, 14 Nov 1999 06:30:17 +0000
(06:30 +0000)
committer
tomo
<tomo>
Sun, 14 Nov 1999 06:30:17 +0000
(06:30 +0000)
GR-set.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
d093f54
..
6994055
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-575,6
+575,8
@@
Store CHARACTER's ATTRIBUTE with VALUE.
i = XINT (ei);
if ((i < 0) || (255 < i))
signal_simple_error ("Invalid value for coded-charset", value);
+ if (XCHARSET_GRAPHIC (ccs) == 1)
+ i &= 0x7F;
i -= XCHARSET_BYTE_OFFSET (ccs);
nv = XVECTOR_DATA(v)[i];
rest = Fcdr (rest);