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:
parent
f2ba40be95
commit
55a172024b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user