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!
> 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
> 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