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-14 05:12:10-08 by wecacuee in response to 9292
Re: To what format is unicode converted by FmtDefault
according to perlunitut
Text strings, or character strings are made of characters. Bytes are irrelevant here, and so are encodings. Each character is just that: the character. Text strings are also called Unicode strings, because in Perl, every text string is a Unicode string.
Cell->{Val}, Cell->{_Value} both are unicode strings
Thanks
Vikas
Direct Responses: Write a response