diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-02 11:40:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-02 11:40:49 +0000 |
commit | 3298bd4d0902a683adad1b8abafe8009c3a99cd9 (patch) | |
tree | 8d5a180ddef15d28a0d937bfb562c043e8bda908 /pod/perltodo.pod | |
parent | afc46004557cada88060a20d235b3f5e6303a4ac (diff) | |
download | perl-3298bd4d0902a683adad1b8abafe8009c3a99cd9.tar.gz |
Tick off Unicode collation and the normalization from
the todo list.
p4raw-id: //depot/perl@11826
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c6d64bd061..0f4ea6353d 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 |