|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re^8: Parsing a .xlsx file with chinese charactersby Sithiris (Novice) |
| on Oct 06, 2011 at 20:04 UTC ( #930052=note: print w/ replies, xml ) | Need Help?? |
|
Well I solved my problem using pack "U0C*", unpack "C*", ($cell->{val});I'm not entirely sure what that does, but I'm guessing it unpacks the characters into its octets and then repackages it up as a Unicode character... Anyway whatever it does it worked so now all the characters are displayed correctly. Thank you for your help :)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||