From d1b0e9228aaccf64ff615893215c1ede959ca520 Mon Sep 17 00:00:00 2001 From: "Larry W. Virden" Date: Tue, 3 Aug 1999 11:35:06 -0400 Subject: 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 --- lib/utf8.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utf8.pm') 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 * -- cgit v1.2.1