You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for windows time zone name and other Unicode issues (#1375)
* Fix for Unicode characters above U+FFFF.
* Add error handling to time zone conversion.
* Fix scoping error.
* Convert Windows TZ environment variable from CP-1252 to Unicode.
* Don't use a variable length array.
* Fix compiler error.
* Modify readme.
* Fix array lookup.
* Update readme.
* Also fix the fallback daylight saving time string encoding.
* Rephrase readme.
* Add unit test for conversions on Windows.
* Add test for CP1252 conversion and fix conversion function that we have a test for it.
* Remove duplicate code.
* Add missing platform header.
* Add additional characters to locale test.
* Let's go wild, even more characters. This should cover most of what we
need.
* Format code.
* Modified locale test to work with Windows wchar_t.
* Format code.
* Set thread language to English and use GetTimeZoneInformation.
* Format code.
* Add a comment about why we don't use daylight savings time in one spot.
0 commit comments