[Webkit-unassigned] [Bug 73516] New: [EFL] Fix broken UTF-8 characters issue on editor command.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 20:59:05 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73516

           Summary: [EFL] Fix broken UTF-8 characters issue on editor
                    command.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kangil.han at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list