[Webkit-unassigned] [Bug 65395] Regional indicator symbols that are combined should behave as a single character when editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 30 20:50:00 PDT 2011


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





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2011-07-30 20:50:00 PST ---
In more technical terms, my question was whether these symbols form extended grapheme clusters. In WebCore, these are returned by characterBreakIterator, which just calls ICU.

We sometimes allow cursor positioning inside extended grapheme clusters. We should probably never disallow cursor positioning at a place where a character break can occur (e.g. for truncation).

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