From: Rafael Garcia-Suarez Date: Tue, 16 Jul 2002 19:49:16 +0000 (+0000) Subject: Remove bad advice : -M doesn't work on the #! line X-Git-Tag: perl-5.8.0~48 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/2cf727c3018470adb20e942ebeb9aeacaf7421fb?ds=sidebyside Remove bad advice : -M doesn't work on the #! line p4raw-id: //depot/perl@17581 --- diff --git a/ext/Encode/encoding.pm b/ext/Encode/encoding.pm index 0aa5f0f..efb0187 100644 --- a/ext/Encode/encoding.pm +++ b/ext/Encode/encoding.pm @@ -106,11 +106,6 @@ encoding - allows you to write your script in non-ascii or non-utf8 perl -Mencoding=latin2 -e '...' # Feeling centrally European? perl -Mencoding=euc-kr -e '...' # Or Korean? - # or from the shebang line - - #!/your/path/to/perl -Mencoding="8859-6" # Arabian Nights - #!/your/path/to/perl -Mencoding=big5 # Taiwanese - # more control # A simple euc-cn => utf-8 converter