summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-18 20:19:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-18 20:19:25 +0000
commit8f8cf39ca802a67cf132f9179bbf212ddb1ec64e (patch)
tree3a2a1750ff051e18f93335faab7c32354102ca77 /pod/perlunicode.pod
parentca585e4dbaf85f4268cfbda9a6899be6dec77130 (diff)
downloadperl-8f8cf39ca802a67cf132f9179bbf212ddb1ec64e.tar.gz
Document the "Unicode in package/sub names" problem;
a microfix in toke.c towards the final goal (the fix removes the need to have quotes around Unicode package names when calling a method on them) p4raw-id: //depot/perl@17286
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 25d512e70e..0aec6fee11 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -37,7 +37,7 @@ included to enable recognition of UTF-8 in the Perl scripts themselves
(in string or regular expression literals, or in identifier names) on
ASCII-based machines or to recognize UTF-EBCDIC on EBCDIC-based
machines. B<These are the only times when an explicit C<use utf8>
-is needed.>
+is needed.> See L<utf8>.
You can also use the C<encoding> pragma to change the default encoding
of the data in your script; see L<encoding>.