Wireshark-bugs: [Wireshark-bugs] [Bug 12393] tshark display of -Tfields -e tcp.flags.str unreada
Date: Fri, 06 May 2016 00:47:34 +0000

Comment # 8 on bug 12393 from
(In reply to Gerald Combs from comment #7)

> ...but Cygwin seems to employ some sort of character set conversion wizardry:

It looks like Cygwin calls some variation of mbtowc followed by WriteConsoleW:

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/fhandler_console.cc#l1954

We probably don't want to do that but we might be able to do something similar,
e.g. with g_convert_with_fallback or g_iconv.


You are receiving this mail because:
  • You are watching all bug changes.