Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: XML SOAP Response

by moritz (Cardinal)
on Jul 31, 2008 at 16:54 UTC ( [id://701470]=note: print w/replies, xml ) Need Help??


in reply to XML SOAP Response

Show us some code that exhibits the problems.

Update: Ok, not a character encoding problem at all, please ignore the rest.

I'd expect XML::Parser to return decoded text strings, so you'd have to encode them in the character encoding you want before printing. This might be as simple as adding

binmode STDOUT, ':encoding(UTF-8)';

at the start of your program.

See also: character encodings and perl, Encode, perluniintro, perlunicode.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://701470]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found