[webkit-reviews] review requested: [Bug 48227] [GTK] Handle surrogate pairs in TextBreakIteratorGtk : [Attachment 72019] New patch to handle surrogate pairs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 05:40:30 PDT 2010


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 48227: [GTK] Handle surrogate pairs in TextBreakIteratorGtk
https://bugs.webkit.org/show_bug.cgi?id=48227

Attachment 72019: New patch to handle surrogate pairs
https://bugs.webkit.org/attachment.cgi?id=72019&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
This patch is not just an update of the previous one. In order to simplify the
code I've added a new class CharacterIterator that takes care of the utf8 and
untf16 indices. The break iterator uses this class to iterate over the input
string. I've fixed all coding styles issues in the file too.


More information about the webkit-reviews mailing list