Bug 43505 - Window title for image documents shows corrupted characters instead of multiplication sign when using WebKit2
Summary: Window title for image documents shows corrupted characters instead of multip...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks: 51598
  Show dependency treegraph
 
Reported: 2010-08-04 13:26 PDT by Adam Roben (:aroben)
Modified: 2010-12-24 12:07 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.31 KB, patch)
2010-12-17 17:23 PST, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-08-04 13:26:31 PDT
To reproduce:

1. Go to http://webkit.org/images/download.png

The window title has corrupted characters instead of a multiplication sign. This is because String::format doesn't correctly handle the UTF-8-encoded format string in WebPlatformStrategies::imageTitle on Windows.
Comment 1 Adam Roben (:aroben) 2010-08-04 13:27:05 PDT
<rdar://problem/8273249>
Comment 2 Darin Adler 2010-12-17 17:23:12 PST
Created attachment 76928 [details]
Patch
Comment 3 Darin Adler 2010-12-17 17:43:15 PST
Committed r74306: <http://trac.webkit.org/changeset/74306>