Change 17581 by rgs@rgs-home on 2002/07/16 19:49:16

        Remove bad advice : -M doesn't work on the #! line

Affected files ...

.... //depot/perl/ext/Encode/encoding.pm#13 edit

Differences ...

==== //depot/perl/ext/Encode/encoding.pm#13 (text) ====
Index: perl/ext/Encode/encoding.pm
--- perl/ext/Encode/encoding.pm#12~16426~       Mon May  6 02:48:42 2002
+++ perl/ext/Encode/encoding.pm Tue Jul 16 12:49:16 2002
@@ -106,11 +106,6 @@
   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
End of Patch.

Reply via email to