in reply to Polish Characters
As Corion mentioned, you have to find out what encodings your input data and script are in, and decode it before using string operations on it.
See encodings and Unicode in Perl and the Perl Unicode and UTF-8 wikibook for detailed information
|
---|