[Webkit-unassigned] [Bug 30387] Safari 4.0.3 (531.9.1) XMLHttpRequest send incorect POST data or have wrong unicode map

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 14:28:57 PDT 2009


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2009-10-16 14:28:58 PDT ---
> Why depreciated characters are replaced only when sending to the network?

This is our current policy decision - we don't want decomposed characters to
hit the server, and a nice and simple way to achieve that was to convert to NFC
at the time of encoding text for sending it over the network.

Other solutions may be possible, and we are open to re-considering the approach
in the future.

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