First page Back Continue Last page Overview

Although Unicode is nice, it introduces a new category of problems in your code. Can you see the problem in the situation shown above? It is a very common task: processing data which is located in files. Although Perl can handle unicode, the data in files is usually in a local character set. See it? Of course, you have to know the character set for external storage, but that is not so hard: it defaults to some environment variables. What else?