mirror of
https://github.com/google/googletest.git
synced 2024-12-29 11:40:58 +08:00
4bcc9b9807
non-ASCII charactors are interpreted as Shift-JIS on the environment. But the charators in the files are non Shift-JIS charactors and the compiler stops compiling with C4819. To fix the errors, remove non-ASCII charactors.