Re: utf8_heavy noise

2003-06-23 Thread SADAHIRO Tomoyuki
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. >

Re: utf8_heavy noise

2003-06-23 Thread Nick Ing-Simmons
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