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:
9b240f9
)
(separate_textual_runs): Run `ccl_driver' with `CCL_MODE_ENCODING'.
author
tomo
<tomo>
Sat, 12 Jun 1999 04:43:51 +0000
(
04:43
+0000)
committer
tomo
<tomo>
Sat, 12 Jun 1999 04:43:51 +0000
(
04:43
+0000)
src/redisplay-x.c
patch
|
blob
|
history
diff --git
a/src/redisplay-x.c
b/src/redisplay-x.c
index
492231c
..
6555163
100644
(file)
--- a/
src/redisplay-x.c
+++ b/
src/redisplay-x.c
@@
-195,7
+195,7
@@
separate_textual_runs (unsigned char *text_storage,
char_converter.reg[0] = XCHARSET_ID (charset);
char_converter.reg[1] = byte1;
char_converter.reg[2] = byte2;
- ccl_driver (&char_converter, 0, 0, 0, 0);
+ ccl_driver (&char_converter, 0, 0, 0, 0, CCL_MODE_ENCODING);
byte1 = char_converter.reg[1];
byte2 = char_converter.reg[2];
}