Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Do you know where your variables are?
 
PerlMonks  

Re^2: Problem with SOAP::Lite and accented characters.

by jdtoronto (Prior)
on Dec 11, 2006 at 15:09 UTC ( [id://589140]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Problem with SOAP::Lite and accented characters.
in thread Problem with SOAP::Lite and accented characters.

Good question, but exactly the same thing happened when the database table had a default character set of latin-1.

jdtoronto

  • Comment on Re^2: Problem with SOAP::Lite and accented characters.

Replies are listed 'Best First'.
Re^3: Problem with SOAP::Lite and accented characters.
by Joost (Canon) on Dec 11, 2006 at 15:21 UTC
    Ok, but encoding mismatches still might be the source of the problem: if your (SOAP) xml prolog and/or HTTP headers end up with the wrong indication for the character encoding, it's likely you'll run into trouble somewhere. IIRC perl will use either utf-8 or latin-1 for 'high-bit' encoding.

    You probably expect your XML to be in one or the other, so you need to be sure the data in it is correctly encoded. If everything else is working correctly, doing an Encode::encode() to utf-8 or latin-1 over the whole resulting XML response and a binmode() to :bytes (or possibly just a binmode to utf8 if that's what you're using) should work.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589140]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.