From: Jarkko Hietaniemi Date: Tue, 23 Apr 2002 22:34:08 +0000 (+0000) Subject: use encoding no more defaults to Latin 1. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47b382cae421711d8cc452e61b28281bf74e7429;p=p5sagit%2Fp5-mst-13.2.git use encoding no more defaults to Latin 1. p4raw-id: //depot/perl@16112 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 9235495..82c0d83 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -276,8 +276,8 @@ C, or C, and so forth. With just use encoding; -first the environment variable C will be consulted, -and if that doesn't exist, ISO 8859-1 (Latin 1) will be assumed. +the environment variable C will be consulted, +but if that doesn't exist, the encoding pragma fails. The C module knows about many encodings and it has interfaces for doing conversions between those encodings: