Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by pysome (Scribe)
on Jul 16, 2010 at 10:55 UTC ( #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;
  • Comment on Re: UTF-8 issues with Perl in general and with Spreadsheet::WriteExcel
  • Download Code

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? | Other CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2023-03-26 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?