IdenGit / nusoap-for-php5

Automatically exported from code.google.com/p/nusoap-for-php5
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Bug UTF8 Problem #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If you have to interact with a webservice that adds the data you send
into a database (UTF8)
2. on your side everything is UTF8 and all the settings are configured to
be UTF8
3. the other side will tell you that the data was encoded to UTF8 again

After several hours of getting through the code I found the problem. In the
function serializeEnvelope it just says utf8_encode without any checking
whether it is suppossed to do this. So I removed this encode and now it
works just fine.

Original issue reported on code.google.com by normenmo...@gmail.com on 15 Dec 2009 at 7:49

GoogleCodeExporter commented 9 years ago
On my library it seems its http://schemas.xmlsoap.org/soap/encoding/
what should I write there to solve the problem ? 
On my mysql DB chasset encoding is UTF-8
I send the wsdl adress to the client but they can not get all the characters.
Thanks for your attention.

Original comment by furkance...@gmail.com on 15 Dec 2009 at 1:52