Bug 115557 - [Mac] setMetadataURL incorrectly treats path bytes as Latin-1
Summary: [Mac] setMetadataURL incorrectly treats path bytes as Latin-1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 11:04 PDT by Alexey Proskuryakov
Modified: 2013-05-03 13:56 PDT (History)
1 user (show)

See Also:


Attachments
proposed fix (1.32 KB, patch)
2013-05-03 11:10 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-05-03 11:04:01 PDT
String(const char*) constructor is for Latin-1, but fileSystemRepresentation returns utf-8.
Comment 1 Alexey Proskuryakov 2013-05-03 11:10:11 PDT
Created attachment 200441 [details]
proposed fix
Comment 2 WebKit Commit Bot 2013-05-03 13:56:05 PDT
Comment on attachment 200441 [details]
proposed fix

Clearing flags on attachment: 200441

Committed r149537: <http://trac.webkit.org/changeset/149537>
Comment 3 WebKit Commit Bot 2013-05-03 13:56:07 PDT
All reviewed patches have been landed.  Closing bug.