[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
Thu Oct 15 16:01:50 PDT 2009


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2009-10-15 16:01:50 PDT ---
Yes, 832 is U+0340 COMBINING GRAVE TONE MARK, which is deprecated in favor of
U+0300 COMBINING GRAVE ACCENT. Safari changes the former to the latter (right
before sending it over network), and then correctly encodes the new value as
CC80.

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