in reply to Re: Text::CSV encoding parse()
in thread Text::CSV encoding parse()
Hi, yes I'm using the CGI module and have it properly set:
print $q->header(-charset => 'utf-8');And as mentioned if I don't use Text::CVS the characters display correctly.
In Section
Seekers of Perl Wisdom