[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
Tue Oct 20 07:26:55 PDT 2009


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





--- Comment #7 from bugzilla33 <bugzilla33 at gmail.com>  2009-10-20 07:26:54 PDT ---
My observations: 
1. If the programmer uses encodeURIComponent - sends no translated utf8 data 
2. If the programmer uses JSON.stringify (Chrome encode with chars \uXXXX) -
sends no translated utf8 data
3. If the programmer sends the raw data - they are translated. 

In my opinion, the data should not be translated. This should be a matter for
the programmer. 

In addition, the programmer may wish to encode integer numbers (using utf8
characters 0 - 65535) and then retrieve their values on the server (using utf8
ord() function). If Safari does not he succeeds in this...

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