[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 23:30:51 PDT 2009


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





--- Comment #5 from bugzilla33 <bugzilla33 at gmail.com>  2009-10-15 23:30:51 PDT ---
Okay, one more question: 

Why depreciated characters are replaced only when sending to the network?

s=String.fromCharCode(832) // UTF+340

alert(encodeURIComponent(s)) // should alert also new value (UTF+300) %CC%80

alert(s.charCodeAt(0)) // should alert also new value (UTF+300) 768

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