[Webkit-unassigned] [Bug 254887] Remove NFCNormalize from TextEncoding::encode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 3 17:51:58 PDT 2023


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
This is a longstanding difference, where we want to produce text in the same from as it normally happens on Windows, even if the source is decomposed.

Basically, we want the same user actions to produce the same content on macOS and on Windows, even if this means that underlying web platform APIs behave differently. That's not great, and at some point, we need to perform normalization as text enters WebKit, not when it's sent to servers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230404/676786f2/attachment.htm>


More information about the webkit-unassigned mailing list