summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-16 12:39:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-16 12:39:18 +0000
commit20eafb1cc997761318a1674f4cdb771a8b1891ef (patch)
tree879f2ec493096085cec788ab2ff1c9662ff7a90e /pod/perltodo.pod
parentc20e2abd87bda89a16a4bc4b0eaecf500fbede5c (diff)
downloadperl-20eafb1cc997761318a1674f4cdb771a8b1891ef.tar.gz
Some UTF-8 todos.
p4raw-id: //depot/perl@15948
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod13
1 files changed, 10 insertions, 3 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index e80f014f5d..0ed8d64a0c 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -94,16 +94,23 @@ to another single Unicode character. See lib/unicore/SpecCase.txt
=item *
-They have some tricks Perl doesn't yet implement like character
-class subtraction.
+UTF-8 identifier names should probably be canonized: NFC?
- http://www.unicode.org/unicode/reports/tr18/
+=item *
+
+UTF-8 in package names and sub names? The first is problematic
+because of the mapping to pathnames, ditto for the second one is
+one does autosplitting, for example.
=back
See L<perlunicode/UNICODE REGULAR EXPRESSION SUPPORT LEVEL> for what's
there and what's missing. Almost all of Levels 2 and 3 is missing,
and as of 5.8.0 not even all of Level 1 is there.
+They have some tricks Perl doesn't yet implement like character
+class subtraction.
+
+ http://www.unicode.org/unicode/reports/tr18/
=head2 use Thread for iThreads