Hi,

I have a bunch of files in the iso-8859-1 text encoding which I want to save 
(in an edited form) as UTF-8.

I use the following line:

use open IN => ':encoding(iso-8859-1)', OUT => ':utf8';

and it does not work.

This is strange, as I use this pragma all the time, and it always worked.

When I open the original files, they are Latin-1 encoded. When I comment the 
line above, the output files are also Latin-1 encoded.

What is happening here?

Thanks,

Jan
-- 
Remember: use logout to logout.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to