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

Re: utf8_heavy noise

2003-06-22 Thread Jarkko Hietaniemi
On Sun, Jun 22, 2003 at 05:28:03PM -0400, Daniel Yacob wrote: > > > For your information: > > Unicode 4.0 adds two sets of decimal digits. :-) > > > 1946..194F; Nd # [10] LIMBU DIGIT ZERO..LIMBU DIGIT NINE > > 104A0..104A9 ; Nd # [10] OSMANYA DIGIT ZERO..OSMANYA DIGIT NINE > > Thanks!

Re: utf8_heavy noise

2003-06-22 Thread Daniel Yacob
> For your information: > Unicode 4.0 adds two sets of decimal digits. :-) > 1946..194F; Nd # [10] LIMBU DIGIT ZERO..LIMBU DIGIT NINE > 104A0..104A9 ; Nd # [10] OSMANYA DIGIT ZERO..OSMANYA DIGIT NINE Thanks! I wasn't aware of these additions. I gave them a try but it appears Perl 5.8

Re: utf8_heavy noise

2003-06-22 Thread Jarkko Hietaniemi
> When the right part of tr/// is beyond BMP > (e.g. tr/0/\x{1}/), Perl_pmtrans in op.c seems to > call swash_init with bits of 32 (as $minbits). > > If $minbits >= 32, $bit must be 32 bit, > even without a quite heavy check of $list. > So, I think that C has a sense > and it is better to init

Re: utf8_heavy noise

2003-06-21 Thread SADAHIRO Tomoyuki
On Sat, 21 Jun 2003 12:47:23 -0400 Daniel Yacob <[EMAIL PROTECTED]> wrote: > > Greetings, > > I've submitted to CPAN the module Convert::Digits which provides a > conversion service for digits found in the scripts of unicode. For your information: Unicode 4.0 adds two sets of decimal digits.

Re: utf8_heavy noise

2003-06-21 Thread SADAHIRO Tomoyuki
On Sat, 21 Jun 2003 12:47:23 -0400 Daniel Yacob <[EMAIL PROTECTED]> wrote: > > Greetings, > > I've submitted to CPAN the module Convert::Digits which provides a > conversion service for digits found in the scripts of unicode. It > works fine as best as I can tell but non-fatal errors do appear

utf8_heavy noise

2003-06-21 Thread Daniel Yacob
Greetings, I've submitted to CPAN the module Convert::Digits which provides a conversion service for digits found in the scripts of unicode. It works fine as best as I can tell but non-fatal errors do appear from utf8_heavy.pl when working on scripts outside the BMP: Use of uninitialized value