diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2002-10-13 18:02:36 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-10-14 20:30:03 +0000 |
commit | 835863de2945cb40752175f56d8052effcf408a4 (patch) | |
tree | 33b91b193f3a2db4043d15eacf1240b748498c4c /pod/perlunicode.pod | |
parent | 7f9e821f0be8f0d2dc7f73eee7bbcade8739c838 (diff) | |
download | perl-835863de2945cb40752175f56d8052effcf408a4.tar.gz |
minor typos in perlhist.pod and perlunicode.pod
Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
p4raw-id: //depot/perl@18016
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 0de73ccd7a..bf21206a94 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -732,13 +732,13 @@ Level 1 - Basic Unicode Support or user-defined character properties [b] to emulate subtraction [ 7] include Letters in word characters [ 8] note that Perl does Full case-folding in matching, not Simple: - for example U+1F88 is equivalent with U+1F000 U+03B9, + for example U+1F88 is equivalent with U+1F00 U+03B9, not with 1F80. This difference matters for certain Greek capital letters with certain modifiers: the Full case-folding decomposes the letter, while the Simple case-folding would map it to a single character. [ 9] see UTR#13 Unicode Newline Guidelines - [10] should do ^ and $ also on \x{85}, \x{2028} and \x{2029}) + [10] should do ^ and $ also on \x{85}, \x{2028} and \x{2029} (should also affect <>, $., and script line numbers) (the \x{85}, \x{2028} and \x{2029} do match \s) |