[Webkit-unassigned] [Bug 26375] New: VC++ 2005 Express failed to build WebKit due to raw UTF-8 string in WebKit/win/WebCoreLocalizedStrings.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 12:09:18 PDT 2009


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

           Summary: VC++ 2005 Express failed to build WebKit due to raw UTF-
                    8 string in WebKit/win/WebCoreLocalizedStrings.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tyoshino at google.com


VC++ 2005 Express failed to build WebKit due to raw UTF-8 string in
WebKit/win/WebCoreLocalizedStrings.cpp . It shows warning that the file
contains some non ASCII characters (in my Japanese environment, it said it
found some characters not in Windows-932 codepage). By default VC++ treats
warnings as errors and stops building.

Actually, WebKit/win/WebCoreLocalizedStrings.cpp contains a multiplication sign
(U+00D7) encoded in UTF-8 (0xC3 0x97).

Checkout is ToT r44649


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list