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

Re: How do I convert text from UTF-8 to UTF-16LE in Perl

by JamesNC (Chaplain)
on Jun 17, 2005 at 04:49 UTC ( [id://467565]=note: print w/replies, xml ) Need Help??


in reply to How do I convert text from UTF-8 to UTF-16LE in Perl

I think Encode does what you want...
use Encode; my $data = "some utf8 string"; Encode::from_to( $data, "utf8", "utf16le" ); print $data;

JamesNC

Log In?
Username:
Password:

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

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

    No recent polls found