Hi,
Jan Eden wrote on 18.03.2005:
>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
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.
Whe