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-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cf727c3018470adb20e942ebeb9aeacaf7421fb;p=p5sagit%2Fp5-mst-13.2.git 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