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:
635497a
)
(range_charset_code_point): Fixed.
author
tomo
<tomo>
Thu, 27 Dec 2001 17:47:01 +0000
(17:47 +0000)
committer
tomo
<tomo>
Thu, 27 Dec 2001 17:47:01 +0000
(17:47 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
ee90d44
..
b11d06e
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1152,7
+1152,8
@@
range_charset_code_point (Lisp_Object charset, Emchar ch)
+ XCHARSET_BYTE_OFFSET (charset)) << 8)
| (d % XCHARSET_CHARS (charset) + XCHARSET_BYTE_OFFSET (charset));
}
- else if (XCHARSET_CODE_OFFSET (charset) == 0)
+ else if ( (XCHARSET_CODE_OFFSET (charset) == 0) ||
+ (XCHARSET_CODE_OFFSET (charset) == XCHARSET_MIN_CODE (charset)) )
{
if (XCHARSET_DIMENSION (charset) == 1)
{