[Webkit-unassigned] [Bug 15914] [GTK] Implement Unicode functionality using GLib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 5 08:51:19 PDT 2008


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





------- Comment #31 from ap at webkit.org  2008-09-05 08:51 PDT -------
A TextCodec implementation is supposed to keep partial bytes in it internal
state, unless decode() is called with flush argument. In the latter case, an
incomplete character is an error. This is handled by ICU internally, so
TextCodecICU doesn't need any such logic (but TextCodecUTF16 has it).


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



More information about the webkit-unassigned mailing list