Clarification: use encoding cannot be used to
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 31 Oct 2001 02:32:35 +0000 (02:32 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 31 Oct 2001 02:32:35 +0000 (02:32 +0000)
commitd521382bf0c8e54f9edce0c05df5bb707c9a49cb
treea78afd08460a941c14c9a7e6d48b9e80305600b3
parent1768d7ebbd79c945a432bd18f2f9bed6d1a79356
Clarification: use encoding cannot be used to
change the default encoding of "your whole script";
only the default encoding of the *data*.  Also, it
seems that "use encoding" does not mix with "use utf8"
(a coredumping recursion ensues).  Should not be a huge
problem since "use utf8" is pretty marginal nowadays.

p4raw-id: //depot/perl@12786
ext/Encode/Encode.pm
lib/encoding.pm
pod/perlunicode.pod