https://sourceware.org/bugzilla/show_bug.cgi?id=27551

--- Comment #10 from Vincent Lefèvre <vincent-srcware at vinc17 dot net> ---
The bug is that:

  if (encoding == 's')
    buf[0] = c & 0x7f;

So the byte 0xc0 gets changed to 0x40, which is printable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to