Home » Web Services » XML_RPC » Bug #8632
Agressive server string encoding
Details
| Submitted | 2006-09-04 12:50 UTC |
|---|---|
| From | rudi at jawmail dot org |
| Assigned | danielc |
| Status | Closed |
| Package | XML_RPC |
| PHP Version | 4.4.3 |
| OS | Leenux |
| Roadmaps | (Not assigned) |
Comments
[2006-09-04 12:50 UTC] rudi at jawmail dot org
Description:
------------
Patch from 1.50RC1 over-agressively encodes strings. In case that we pass an UTF-8 string to the XML-RPC server interface, it re-encodes the string into double encoded UTF garbage.
http://cvs.php.net/viewvc.cgi/pear/XML_RPC/Server.php?r1=1.35&r2=1.36
Expected result:
----------------
Add a new setting that disables this behaviour or lets define the charset of the passed string.