projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4990edf
)
(decode_coding_big5): Use `decode_defined_char' instead of
author
tomo
<tomo>
Sat, 6 Jul 2002 07:45:45 +0000
(07:45 +0000)
committer
tomo
<tomo>
Sat, 6 Jul 2002 07:45:45 +0000
(07:45 +0000)
`DECODE_DEFINED_CHAR'.
src/text-coding.c
patch
|
blob
|
history
diff --git
a/src/text-coding.c
b/src/text-coding.c
index
6ac6ae0
..
6bd8841
100644
(file)
--- a/
src/text-coding.c
+++ b/
src/text-coding.c
@@
-3652,7
+3652,7
@@
decode_coding_big5 (Lstream *decoding, const Extbyte *src,
{
#ifdef UTF2000
int code_point = (cpos << 8) | c;
- Emchar char_id = DECODE_DEFINED_CHAR (ccs, code_point);
+ Emchar char_id = decode_defined_char (ccs, code_point);
if (char_id < 0)
char_id = DECODE_CHAR (Vcharset_chinese_big5, code_point);