Bug 112517 - [GTK] Invalid charset encoding using when substituting a misspelled word in WebKit2
Summary: [GTK] Invalid charset encoding using when substituting a misspelled word in W...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-03-17 07:45 PDT by Carlos Garcia Campos
Modified: 2013-03-17 09:52 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.05 KB, patch)
2013-03-17 07:48 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-03-17 07:45:37 PDT
The problem is that we are creating the WebContextMenuItemData with the GtkAction label as UTF-8. It should be converted to UTF-16.
Comment 1 Carlos Garcia Campos 2013-03-17 07:48:07 PDT
Created attachment 193465 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-03-17 09:44:34 PDT
Comment on attachment 193465 [details]
Patch

Thanks for the review!
Comment 3 WebKit Review Bot 2013-03-17 09:52:02 PDT
Comment on attachment 193465 [details]
Patch

Clearing flags on attachment: 193465

Committed r146011: <http://trac.webkit.org/changeset/146011>
Comment 4 WebKit Review Bot 2013-03-17 09:52:05 PDT
All reviewed patches have been landed.  Closing bug.