Bug 99794 - String(CFStringRef) should try to converting to an 8 bit string before converting to 16 bit string
Summary: String(CFStringRef) should try to converting to an 8 bit string before conver...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 18:50 PDT by Michael Saboff
Modified: 2012-10-19 16:19 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2012-10-18 18:52 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2012-10-18 18:50:05 PDT
Similar to the change in http://trac.webkit.org/changeset/131656, String::String(CFStringRef) should first try to convert to a Latin1 representation before converting to a UTF16 representation.
Comment 1 Michael Saboff 2012-10-18 18:52:26 PDT
Created attachment 169531 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-19 16:19:47 PDT
Comment on attachment 169531 [details]
Patch

Clearing flags on attachment: 169531

Committed r131954: <http://trac.webkit.org/changeset/131954>
Comment 3 WebKit Review Bot 2012-10-19 16:19:50 PDT
All reviewed patches have been landed.  Closing bug.