perl-unicode

[ANN] Unicode::Collate 0.27 released

2003-09-01 16:30:10
Hello, Unicode::Collate 0.27 is released.

It is available from CPAN:
  http://search.cpan.org/author/SADAHIRO/Unicode-Collate-0.27/

Changes against v0.26 are:
 - The maximum length of contracted CE was not checked.
   Collation of a large string including a first letter of
   a contraction that is not a part of that contraction (say,
   'c' of 'ca' where 'ch' is defined) was too slow, inefficient.
 - A form name for 'normalize', no longer restricted to
  /^(?:NF)?K?[CD]\z/, will be allowed as long as
   Unicode::Normalize::normalize() accepts it. Since
   Unicode::Normalize or UAX #15 may be changed/enhanced in future.
 - When Hangul syllables are decomposed under <normalization => undef>,
   contraction among jamo (LV, VT, LVT) derived from the same Hangul
   syllable is allowed.  Added hangul.t.

Regards,
SADAHIRO Tomoyuki

<Prev in Thread] Current Thread [Next in Thread>
  • [ANN] Unicode::Collate 0.27 released, SADAHIRO Tomoyuki <=