Posted on 2005-09-27 10:38:31-07 by declan in response to 1048
Re: Parsing Greek Letters in Excel file
Hi again,

I'm glad to hear that the fix worked for you too!

The wide character warning is covered in the link that I mentioned in my last message. The URL is

http://www.ahinea.com/en/tech/perl-unicode-struggle.html

The relevant bit is the second-last section of that document. Specifically, add this to your code to tell perl that STDOUT accepts UTF-8:

binmode STDOUT, ":utf8";
Direct Responses: 1057 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.