WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
56549
Non-ASCII characters in XMLTreeViewer.{cpp,h}
https://bugs.webkit.org/show_bug.cgi?id=56549
Summary
Non-ASCII characters in XMLTreeViewer.{cpp,h}
Yuta Kitamura
Reported
2011-03-17 00:45:57 PDT
The license statement in WebCore/xml/XMLTreeViewer.{cpp,h} contains non-ASCII characters (quotes surrounding "AS IS"). These characters caused a compile error on my local Windows build environment:
> ..\xml\XMLTreeViewer.cpp : error C2220: warning treated as error - no 'object' file generated > ..\xml\XMLTreeViewer.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss
Code page 932 means Japanese locale; Visual Studio seems to complain about these characters if the system locale is set to Japanese. These source files were added in
r79861
(
bug 13807
). I will work on a patch for this. Since this is a build fix and the fix is simple, I will commit it as unreviewed.
Attachments
Add attachment
proposed patch, testcase, etc.
Yuta Kitamura
Comment 1
2011-03-17 00:51:53 PDT
Committed
r81335
: <
http://trac.webkit.org/changeset/81335
>
WebKit Review Bot
Comment 2
2011-03-17 01:51:15 PDT
http://trac.webkit.org/changeset/81335
might have broken SnowLeopard Intel Release (WebKit2 Tests) The following tests are not passing: http/tests/inspector/resource-har-conversion.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug