summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorPhilip Newton <pne@cpan.org>2002-04-16 23:09:44 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-04-16 18:36:49 +0000
commit8d3e8850e58492e2cf837de0c4e42975e5f9ab0e (patch)
tree236c129078a1fc16c4a406b611de5c52e29ed633 /pod/perltodo.pod
parent5c55e82c946d144622072e754ebdfb38892b3ad7 (diff)
downloadperl-8d3e8850e58492e2cf837de0c4e42975e5f9ab0e.tar.gz
Small patch: detypo and style change
Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com> p4raw-id: //depot/perl@15952
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 0ed8d64a0c..e715a6145a 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -94,12 +94,12 @@ to another single Unicode character. See lib/unicore/SpecCase.txt
=item *
-UTF-8 identifier names should probably be canonized: NFC?
+UTF-8 identifier names should probably be canonicalized: NFC?
=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
+because of the mapping to pathnames, ditto for the second one if
one does autosplitting, for example.
=back
@@ -107,7 +107,7 @@ one does autosplitting, for example.
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
+They have some tricks Perl doesn't yet implement, such as character
class subtraction.
http://www.unicode.org/unicode/reports/tr18/