Bug 63375
Summary: | embedded Unicode in WebCore\platform\DefaultLocalizationStrategy.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron Wong <hgneng> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | pkasting, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Cameron Wong
Hi,
There is non-ASCII characters on line 340 and 342 of
WebCore\platform\DefaultLocalizationStrategy.cpp
There are non-ASCII double quotes there. It breaks building in Windows Cygwin environment. Could someone help to fix them? Thanks a lot!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Peter Kasting
Depends whether we want to replace these with straight quotes or substitute an escaped version of the character.
CCing weinig since he touched line 340 a couple months ago -- Sam, do you know whether we care which route to take? Or who the right person is to ask?