# HG changeset patch # User Kenichi Handa # Date 1024879000 0 # Node ID 1f9be7a1addc87fcc13e202008febe0c01f8240f # Parent 864289635b41f82db68b8294c3abab7b8f6d6e6b (w32_to_x_font): Disable composition handling. diff -r 864289635b41 -r 1f9be7a1addc src/w32fns.c --- a/src/w32fns.c Mon Jun 24 00:36:20 2002 +0000 +++ b/src/w32fns.c Mon Jun 24 00:36:40 2002 +0000 @@ -6685,6 +6685,9 @@ coding.src_multibyte = 0; coding.dst_multibyte = 1; coding.mode |= CODING_MODE_LAST_BLOCK; + /* We explicitely disable composition handling because selection + data should not contain any composition sequence. */ + coding.composing = COMPOSITION_DISABLED; bufsz = decoding_buffer_size (&coding, LF_FACESIZE); fontname = alloca(sizeof(*fontname) * bufsz);