Bug 63375 - embedded Unicode in WebCore\platform\DefaultLocalizationStrategy.cpp
Summary: embedded Unicode in WebCore\platform\DefaultLocalizationStrategy.cpp
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 21:00 PDT by Cameron Wong
Modified: 2011-06-25 12:08 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Wong 2011-06-24 21:00:07 PDT
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!
Comment 1 Peter Kasting 2011-06-25 12:08:16 PDT
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?