Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11785] error german timestamp representation under windows

Date: Thu, 26 Nov 2015 18:23:49 +0000

Comment # 2 on bug 11785 from
Sigh.  The string is probably encoded in whatever the local "code page" is, but
Wireshark works internally in UTF-8.

I suspect that if you change the system code page to code page 65001 - the
UTF-8 code page - it'll work.

We can probably use Windows routines to convert from the system code page to
UTF-16 and then convert from UTF-16 to UTF-8, or use GetTimeZoneInformation()
to get the information in UTF-16 and convert to UTF-8.


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