From: Jarkko Hietaniemi Date: Sun, 2 Sep 2001 11:40:49 +0000 (+0000) Subject: Tick off Unicode collation and the normalization from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3298bd4d0902a683adad1b8abafe8009c3a99cd9;p=p5sagit%2Fp5-mst-13.2.git Tick off Unicode collation and the normalization from the todo list. p4raw-id: //depot/perl@11826 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c6d64bd..0f4ea63 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -61,13 +61,6 @@ engine. The idea is that, for instance, C<\b> needs to be algorithmically computed if you're dealing with Thai text. Hence, the B<\b> assertion wants to be overloaded by a function. -=head2 Unicode collation and normalization - -Simon Cozens promises to work on this. - - Collation? http://www.unicode.org/unicode/reports/tr10/ - Normalization? http://www.unicode.org/unicode/reports/tr15/ - =head2 Unicode case mappings Case Mappings? http://www.unicode.org/unicode/reports/tr21/ @@ -809,4 +802,12 @@ at least few percentages since all regular expression operations would be done in full UTF-8. But if you want to try this, add -DUSE_UTF8_SCRIPTS to your compilation flags. +=head2 Unicode collation and normalization + +The Unicode::Collate and Unicode::Normalize modules +by SADAHIRO Tomoyuki have been included since 5.8.0. + + Collation? http://www.unicode.org/unicode/reports/tr10/ + Normalization? http://www.unicode.org/unicode/reports/tr15/ +=cut