Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: printing Chinese, Japanese, french Text in excel using perl

by perl-nun (Initiate)
on Aug 01, 2013 at 07:15 UTC ( [id://1047374]=note: print w/replies, xml ) Need Help??


in reply to Re: printing Chinese, Japanese, french Text in excel using perl
in thread printing Chinese, Japanese, french Text in excel using perl

@All : Thank you! I just did it by using the decode function in Encode module.
use Encode qw(decode encode); $str = decode("utf8",$str);
This did it all! Thanks again!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-20 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found