Wireshark-bugs: [Wireshark-bugs] [Bug 11785] Time zone name needs to be converted to UTF-8 on Wi

Date: Sat, 31 Dec 2016 00:07:02 +0000

changed bug 11785


What Removed Added
CC   [email protected]

Comment # 5 on bug 11785 from
I just digged through the sources for the cause of the display problem, and
found this existing bug.

I found that cmake adds the line:
#define HAVE_TZNAME 1
to config.h

If I uncomment/undefine HAVE_TZNAME so that _tzname and the utf8 conversion is
used instead of simply tzname, then the display of at least german umlaut is
ok.

ConfigureChecks.cmake checks the time.h for the tzname symbol (without
underscore).
I don't know why this difference is made.


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