Commits


Gil authored and GitHub committed 6aaf6e6fd05
Add initial support for non-UTF-8 compilation and filenames (#1599) * Add UTF-8 to wide character conversions for Windows pathnames. * Explicitly mark UTF-8 string literals Without this, string literals are encoded in the host's encoding, which can be anything including CP-1252 on Windows, which will generate invalid UTF-8 data when fed through our serializer.