summaryrefslogtreecommitdiff
path: root/pod/perluniintro.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-19 13:31:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 13:31:55 +0000
commit321710ceca843da3916a54b0133d3f833657531c (patch)
treebaedb480b0a0870594f8142568c7f2eb1f03b085 /pod/perluniintro.pod
parent64c66fb6d001b6ad9c6dcec93084b647d4c6eb13 (diff)
downloadperl-321710ceca843da3916a54b0133d3f833657531c.tar.gz
Be explicit.
p4raw-id: //depot/perl@15316
Diffstat (limited to 'pod/perluniintro.pod')
-rw-r--r--pod/perluniintro.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index e36bb07dd7..830420d0b4 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -176,8 +176,8 @@ the Unicode support is somewhat more complex to implement since
additional conversions are needed at every step. Some problems
remain, but they all seem to be related to the combination of
the extra mapping just described and case-insensitive matching:
-for example, "\x{131}" (LATIN SMALL LETTER DOTLESS I) does not
-match "I" case-insensitively, as it should under Unicode.
+for example, C<< /[\x{131}]/ >> (LATIN SMALL LETTER DOTLESS I)
+does not match "I" case-insensitively, as it should under Unicode.
(The match succeeds in ASCII-derived platforms.)
In any case, the Unicode support on EBCDIC platforms is better than