Bug 73516

Summary: [EFL] Fix broken UTF-8 characters issue on editor command.
Product: WebKit Reporter: Kangil Han <kangil.han>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, gyuyoung.kim, leandro, lucas.de.marchi, rakuco, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
patch file for this bug none

Description Kangil Han 2011-11-30 20:59:05 PST
The issue has been described that Korean character is broken on pasting copied text.
In my analysis, this is from lack of format change between C style UTF-8 character pointer and C++ style String reference.
Therefore, this patch will convert types to resolve the problem.
Comment 1 Kangil Han 2011-11-30 21:02:53 PST
Created attachment 117323 [details]
patch file for this bug
Comment 2 Gyuyoung Kim 2011-11-30 21:37:01 PST
Comment on attachment 117323 [details]
patch file for this bug

LGTM.
Comment 3 Raphael Kubo da Costa (:rakuco) 2011-12-01 05:10:20 PST
The patch looks OK. Do you have any test case, or does it break any of the current layout tests?
Comment 4 Kangil Han 2011-12-02 03:32:12 PST
I've heard that someone is working for api test case framework so this time I would like to land source patch only.

(In reply to comment #3)
> The patch looks OK. Do you have any test case, or does it break any of the current layout tests?
Comment 5 Eric Seidel (no email) 2011-12-03 14:17:44 PST
Comment on attachment 117323 [details]
patch file for this bug

How do you test this?
Comment 6 WebKit Review Bot 2011-12-04 03:32:42 PST
Comment on attachment 117323 [details]
patch file for this bug

Clearing flags on attachment: 117323

Committed r101952: <http://trac.webkit.org/changeset/101952>
Comment 7 WebKit Review Bot 2011-12-04 03:32:46 PST
All reviewed patches have been landed.  Closing bug.