Posted on 2008-11-13 08:18:42-08 by wecacuee in response to 9290
Re: To what format is unicode converted by FmtDefault
This question do not concerns Spreadsheet::ParseExcel
Cell->{Val} in not in any kind of encoding.(it may be 'latin1' or any other )
\c is called control character.
Cell->{_Value} is not necessirily a unicode string. It just contains a wide character which is denoted in hexadecimal format.
look perlop for more details
Thanks,
vikas
Direct Responses: 9305 | 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.