1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(IT_write_glyphs): Set coding->src_multibyte to 1.

This commit is contained in:
Kenichi Handa 2000-05-23 01:34:05 +00:00
parent f2ba40be95
commit 55a172024b

View File

@ -997,6 +997,7 @@ IT_write_glyphs (struct glyph *str, int str_len)
}
else
{
coding->src_multibyte = 1;
encode_coding (coding, buf, conversion_buffer, chlen,
conversion_buffer_size);
chlen -= coding->consumed;