From: Jarkko Hietaniemi Date: Tue, 19 Mar 2002 13:31:55 +0000 (+0000) Subject: Be explicit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=321710ceca843da3916a54b0133d3f833657531c;p=p5sagit%2Fp5-mst-13.2.git Be explicit. p4raw-id: //depot/perl@15316 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index e36bb07..830420d 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