summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-25 11:14:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-25 11:14:26 +0000
commita74e8b4571c841138aec148a654ce0bd3bbab6e0 (patch)
tree76914cad681d972f93c245067629e001b713e2c7
parent1dc5365a5b4c223ec27fb1bd1204f55701296e28 (diff)
downloadperl-a74e8b4571c841138aec148a654ce0bd3bbab6e0.tar.gz
Document even more ways of affecting your "utf8ness".
p4raw-id: //depot/perl@20878
-rw-r--r--lib/utf8.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index 9039447b16..f5eebe7fba 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<UTF-X> 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<perlrun>.
+
Enabling the C<utf8> pragma has the following effect:
=over 4
@@ -184,6 +187,6 @@ portable answers.
=head1 SEE ALSO
-L<perluniintro>, L<encoding>, L<perlunicode>, L<bytes>
+L<perluniintro>, L<encoding>, L<perlrun>, L<bytes>, L<perlunicode>
=cut