Comment # 2
on bug 11785
from Guy Harris
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.