Change 16112 by jhi@alpha on 2002/04/23 22:34:08
use encoding no more defaults to Latin 1.
Affected files ...
.... //depot/perl/pod/perluniintro.pod#30 edit
Differences ...
==== //depot/perl/pod/perluniintro.pod#30 (text) ====
Index: perl/pod/perluniintro.pod
--- perl/pod/perluniintro.pod.~1~ Tue Apr 23 16:45:05 2002
+++ perl/pod/perluniintro.pod Tue Apr 23 16:45:05 2002
@@ -276,8 +276,8 @@
use encoding;
-first the environment variable C<PERL_ENCODING> will be consulted,
-and if that doesn't exist, ISO 8859-1 (Latin 1) will be assumed.
+the environment variable C<PERL_ENCODING> will be consulted,
+but if that doesn't exist, the encoding pragma fails.
The C<Encode> module knows about many encodings and it has interfaces
for doing conversions between those encodings:
End of Patch.