Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Converting UTF8 to Latin1

by Neighbour (Friar)
on Jun 20, 2012 at 08:34 UTC ( [id://977257]=note: print w/replies, xml ) Need Help??


in reply to Converting UTF8 to Latin1

Close, it's
Encode::encode($encoding_out, Encode::decode($encoding_in, $data));
Where $encoding_in and $encoding_out contain the encoding of your choice (in your case UTF8 and Latin1 (or iso-8859-1) respectively).

Edit: Also, what Corion said :)

Replies are listed 'Best First'.
Re^2: Converting UTF8 to Latin1
by moritz (Cardinal) on Jun 20, 2012 at 10:21 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found