diff options
Diffstat (limited to 'ext/Encode')
-rw-r--r-- | ext/Encode/encoding.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Encode/encoding.pm b/ext/Encode/encoding.pm index 0aa5f0f635..efb018752a 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 |