From: Jarkko Hietaniemi Date: Mon, 25 Aug 2003 11:14:26 +0000 (+0000) Subject: Document even more ways of affecting your "utf8ness". X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a74e8b4571c841138aec148a654ce0bd3bbab6e0;p=p5sagit%2Fp5-mst-13.2.git Document even more ways of affecting your "utf8ness". p4raw-id: //depot/perl@20878 --- diff --git a/lib/utf8.pm b/lib/utf8.pm index 9039447..f5eebe7 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -64,6 +64,9 @@ pragma will effectively become a no-op. For convenience in what follows the term I is used to refer to UTF-8 on ASCII and ISO Latin based platforms and UTF-EBCDIC on EBCDIC based platforms. +See also the effects of the C<-C> switch and its cousin, the +C<$ENV{PERL_UNICODE}>, in L. + Enabling the C pragma has the following effect: =over 4 @@ -184,6 +187,6 @@ portable answers. =head1 SEE ALSO -L, L, L, L +L, L, L, L, L =cut