I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-11-13 05:37:06-08 by wecacuee
To what format is unicode converted by FmtDefault
Hi,
Pardon me, if I am wrong somewhere since I am a newbie.

I was trying to parse a string which looks like 'Kaye R. O'Leary' in Excel File.
It results in:
Cell->{_Value} = "Kaye R. O\x{2019}Leary" (#I know this is unicode)
Cell->{Val} = "\c@K\c@a\c@y\c@e\c@ \c@R\c@.\c@ \c@O\cY\c@L\c@e\c@a\c@r\c@y" (#don't know abt this)

Can anyone please tell me,
what is character encoding Cell-$gt;{Val} is using?
Thanks for your time
Vikas
Direct Responses: 9291 | 9292 | Write a response