The following sources are encoded in UTF-8 (not ASCII) and cause compilation errors in CP932 (aka Shift_JIS, the default code page of Japanese version Windows). Source\WebCore\platform\LocalizedStrings.cpp Tools\TestWebKitAPI\Tests\WTF\StringImpl.cpp Tools\TestWebKitAPI\Tests\WTF\StringView.cpp Since MSVC's compiler doesn't do encoding detection, we should explicitly specify the encoding.
Created attachment 313492 [details] patch
Comment on attachment 313492 [details] patch Clearing flags on attachment: 313492 Committed r218638: <http://trac.webkit.org/changeset/218638>
All reviewed patches have been landed. Closing bug.