[Webkit-unassigned] [Bug 173638] New: [MSVC] Fix compilation in CP932 (Shift_JIS) environment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 21:52:32 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173638

            Bug ID: 173638
           Summary: [MSVC] Fix compilation in CP932 (Shift_JIS)
                    environment
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Yoshiaki.Jitsukawa at sony.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170621/e8ad55cf/attachment-0001.html>


More information about the webkit-unassigned mailing list