Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: utf8 && XML::Simple

by borisz (Canon)
on Feb 01, 2005 at 17:30 UTC ( [id://426973]=note: print w/replies, xml ) Need Help??


in reply to Re^2: utf8 && XML::Simple
in thread utf8 && XML::Simple

most likely your input data is arady in utf8 and you want to convert it a second time to utf8. for example:
use Encode; my $str = "hi"; # hi is a notmal string. $str .= chr(0x1234); # str is now a utf8 string Encode::decode_utf8($str, 1); # here you get the error.
Propably you exchange encode and decode. Or the decode function call is not needed in your case.
Boris

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-03-28 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found