Thomas Wiens
changed
bug 11785
Comment # 5
on bug 11785
from Thomas Wiens
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.