[Webkit-unassigned] [Bug 159891] [encoding] Support for GB18030

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 13:48:28 PDT 2016


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

--- Comment #22 from Alexey Proskuryakov <ap at webkit.org> ---
What we need to achieve is (roughly speaking) that data sent to servers by Safari is identical to data sent by Edge, for identical user actions.

Currently, we achieve that by normalizing strings when encoding them.

It may be possible to achieve that in other ways (that would make the Encoding API behave consistently). But simply removing normalization would break interoperability in the more important use case (typing test into a form and submitting it).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161028/8db04f6a/attachment.html>


More information about the webkit-unassigned mailing list