From: Jarkko Hietaniemi Date: Wed, 24 Apr 2002 14:17:16 +0000 (+0000) Subject: A word of warning to the users of UTF-8 locales. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac730995d5bc6e8a14a6df5962f39230fbf85ecd;p=p5sagit%2Fp5-mst-13.2.git A word of warning to the users of UTF-8 locales. p4raw-id: //depot/perl@16127 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 82c0d83..84bfb98 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -171,7 +171,10 @@ of course, removes the warning. If your locale environment variables (LANGUAGE, LC_ALL, LC_CTYPE, LANG) contain the strings 'UTF-8' or 'UTF8' (case-insensitive matching), the default encoding of your STDIN, STDOUT, and STDERR, and of -B, is UTF-8. +B, is UTF-8. Note that this means +that Perl expects other software to work, too: if STDIN coming +in from another command is not UTF-8, Perl will complain about +malformed UTF-8. =head2 Unicode and EBCDIC