[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 15:39:41 PDT 2009


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





--- Comment #2 from bugzilla33 <bugzilla33 at gmail.com>  2009-10-15 15:39:41 PDT ---
Hmmmm, for example:

s=String.fromCharCode(832)
e=encodeURIComponent(s) // %CD%80 Safari returns good hex values of UTF8
charakter number 832.

This character should be seen as a binary two bytes chr(205)+chr(128) (encoding
UTF8).
Unfortunately, Safari sends it in a different bytes combination ...and this
should be the same as hex numbers from encodeURIComponent.

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