Bug 43505

Summary: Window title for image documents shows corrupted characters instead of multiplication sign when using WebKit2
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 51598    
Attachments:
Description Flags
Patch mitz: review+

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>