Change 11826 by jhi@alpha on 2001/09/02 11:40:49

        Tick off Unicode collation and the normalization from
        the todo list.

Affected files ...

... //depot/perl/pod/perltodo.pod#29 edit

Differences ...

==== //depot/perl/pod/perltodo.pod#29 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod.~1~   Sun Sep  2 05:45:05 2001
+++ perl/pod/perltodo.pod       Sun Sep  2 05:45:05 2001
@@ -61,13 +61,6 @@
 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 @@
 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
End of Patch.

Reply via email to