summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
authorLarry W. Virden <lvirden@cas.org>1999-08-03 11:35:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-16 19:44:29 +0000
commitca24dfc6e670a1e3ff3c351be5646eb755ffa455 (patch)
tree7fc56ac4a9c3d5ad6459124c1b56f83f3b0ef1f1 /lib/utf8.pm
parent22bc48d7a02ad074284858db5700b128d4254625 (diff)
downloadperl-ca24dfc6e670a1e3ff3c351be5646eb755ffa455.tar.gz
Fix most of the pod2man moanings reported in
To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r--lib/utf8.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index 269a1c2177..8f650d9d00 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -58,7 +58,7 @@ C<\x>. For instance, a Unicode smiley face is C<\x{263A}>. A
character in the Latin-1 range (128..255) should be written C<\x{ab}>
rather than C<\xab>, since the former will turn into a two-byte UTF-8
code, while the latter will continue to be interpreted as generating a
-8-bit byte rather than a character. In fact, if -w is turned on, it will
+8-bit byte rather than a character. In fact, if C<-w> is turned on, it will
produce a warning that you might be generating invalid UTF-8.
=item *