I use a PHP/webservice with Python but it returns me troubles :
Where I want to have u'Syst\xe8me', I have u'Syst\xc3\xa8me'.
And I don’t how to go from B to A.
PS: I’ve already try to set encoding='ascii' in my xmlrpclib.Server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Latin-1 (aka ISO 8859-1) encoding can be used to convert characters less than 256 to bytes.