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:
272d55a
)
(charset_code_point): Fixed.
author
tomo
<tomo>
Wed, 26 Dec 2001 18:23:53 +0000
(18:23 +0000)
committer
tomo
<tomo>
Wed, 26 Dec 2001 18:23:53 +0000
(18:23 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
f04a876
..
db53d93
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1106,7
+1106,7
@@
charset_code_point (Lisp_Object charset, Emchar ch)
return (row << 8) | cell;
}
else
- return code;
+ return code - min + XCHARSET_CODE_OFFSET (charset);
}
}
}