]> git.eshelyaron.com Git - emacs.git/commitdiff
(IT_write_glyphs): Set coding->src_multibyte to 1.
authorKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 01:34:05 +0000 (01:34 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 01:34:05 +0000 (01:34 +0000)
src/msdos.c

index cfb19c652f6e3f019c6cf723334c15a3468ef739..d15af6bc633ad8e0c69ee14c792d170e91644850 100644 (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;