On Mon, 23 Jun 2003 10:36:40 +0100
Nick Ing-Simmons <[EMAIL PROTECTED]> wrote:
> Jarkko Hietaniemi <[EMAIL PROTECTED]> writes:
> >> use utf8;
> >> if ( $] >= 5.007 ) {
> >>binmode (STDOUT, ":utf8");
> >> }
> >>
> >>
> >> It would be nice if "use utf8" set IO modes for utf8 automagically.
>
Jarkko Hietaniemi <[EMAIL PROTECTED]> writes:
>> use utf8;
>> if ( $] >= 5.007 ) {
>> binmode (STDOUT, ":utf8");
>> }
>>
>>
>> It would be nice if "use utf8" set IO modes for utf8 automagically.
>> Perhaps a pragma could be passed such as: use utf8 ':all' (or something),
>> that set everyt