[Webkit-unassigned] [Bug 27416] Windows build break due to warning C4819

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 17:55:49 PDT 2009


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


Jungshik Shin <jshin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |jshin at chromium.org




--- Comment #5 from Jungshik Shin <jshin at chromium.org>  2009-07-23 17:55:47 PDT ---
A long time ago, I filed a bug at http://bugreport.apple.com about QuickTime
SDK headers having multiple non-ASCII bytes in the comment. I have yet to hear
back. 
(bug id is 6469108 )

Either we have to do what the patch here does or  add a simple script to clean
up Qt SDK headers because they're not a part of webkit. 


For WebKitTools/DumpRenderTree/win/TestNetscapePlugin/main.cpp, we should just
remove a non-ascii character (I made a one-line patch a long time ago, but
haven't submitted, yet). 


BTW, this does not happen on Windows with the default codepage set to
single-byte code pages because most of slots in 0x80 - 0xFF are filled up in
those code pages. In CJK codepages, most of stand-alone bytes with MSB=1 are
invalid and lead to C4819.

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



More information about the webkit-unassigned mailing list