[Webkit-unassigned] [Bug 54931] Korean is broken by utf8() of String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 21:31:57 PST 2011


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-02-21 21:31:57 PST ---
In order to use utf8, we should use fromUTF8() as below,

   printf("<< korean string test(utf8) : %s \n", (String::fromUTF8("한글")).utf8().data());

-- 
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