Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: UTF-8 issues with Perl in general and with Spreadsheet::WriteExcel

by pysome (Scribe)
on Jul 16, 2010 at 10:55 UTC ( [id://849969]=note: print w/replies, xml ) Need Help??


in reply to UTF-8 issues with Perl in general and with Spreadsheet::WriteExcel

please try:
use Encode; while (<IN>) { $count ++; chomp ($_); $worksheet->write("A$count", decode('utf8',$_)); } close IN;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://849969]
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: (7)
As of 2024-03-28 10:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found