Unicode::Normalize surprise with dotless i

2002-09-05 Thread Andreas J. Koenig
Hi, Tomoyuki, is it a bug in Unicode::Normalize or in my code: I expected that for combining a circumflex with a small letter i, I'd have to use the dotless i, but to my surprise, NFC refuses to combine with the dotless i. Here's a demo progam: % perl -le ' use Unicode::Normalize; use Encode; us

Re: Unicode::Normalize surprise with dotless i

2002-09-05 Thread Nick Ing-Simmons
Andreas J. Koenig <[EMAIL PROTECTED]> writes: >Hi, Tomoyuki, > >is it a bug in Unicode::Normalize or in my code: I expected that for >combining a circumflex with a small letter i, I'd have to use the >dotless i, but to my surprise, NFC refuses to combine with the dotless >i. Here's a demo progam:

Re: Unicode::Normalize surprise with dotless i

2002-09-05 Thread SADAHIRO Tomoyuki
On Thu, 05 Sep 2002 13:06:49 +0200 [EMAIL PROTECTED] (Andreas J. Koenig) wrote: > Hi, Tomoyuki, > > is it a bug in Unicode::Normalize or in my code: I expected that for > combining a circumflex with a small letter i, I'd have to use the > dotless i, but to my surprise, NFC refuses to combine wi

Re: Unicode::Collate 0.23 Released

2002-09-05 Thread Mark Leisher
Tomoyuki> Unicode::Collate 0.23 is released. Could you remind us where to find it again? Thanks! - Mark Leisher Computing Research LabThe mountain remains unmoved at New Mexico State University

Re: Unicode::Normalize surprise with dotless i

2002-09-05 Thread Andreas J. Koenig
> On Thu, 05 Sep 2002 14:56:04 +0100, Nick Ing-Simmons ><[EMAIL PROTECTED]> said: >> What do you think? > Makes sense to me. U+00EE is "LATIN SMALL LETTER I WITH CIRCUMFLEX" > not "LATIN SMALL LETTER DOTLESS I WITH CIRCUMFLEX" In the meantime I have read TR15 and it is crystal clear t

Re: Unicode::Collate 0.23 Released

2002-09-05 Thread SADAHIRO Tomoyuki
On Thu, 5 Sep 2002 08:36:50 -0600 (MDT) Mark Leisher <[EMAIL PROTECTED]> wrote: > > Tomoyuki> Unicode::Collate 0.23 is released. > > Could you remind us where to find it again? Thanks! Oh, sorry. CPAN distributes it. http://search.cpan.org/author/SADAHIRO/Unicode-Collate-0.23/ > ---

Unicode::Collate 0.23 Released

2002-09-05 Thread SADAHIRO Tomoyuki
Hi, all. Unicode::Collate 0.23 is released. Changes between 0.21 -> 0.23 are: 0.23 Wed Sep 04 19:25:20 2002 - fix: scalar match() no longer returns an lvalue substr ref. - fix: "Ignorable after variable" should be made level 3 ignorable even if alternate => 'blanked'.

Re: Unicode::Collate 0.23 Released

2002-09-05 Thread Nicholas Clark
On Thu, Sep 05, 2002 at 08:36:50AM -0600, Mark Leisher wrote: > > Tomoyuki> Unicode::Collate 0.23 is released. > > Could you remind us where to find it again? Thanks! I can find it on CPAN: http://search.cpan.org/author/SADAHIRO/Unicode-Collate-0.23/ (start at search.cpan.org, enter Unic