Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

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


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 20: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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-18 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found