Jun 282010
Check which character encodings are supported by Perl
Answer:
Use the following command to check which character encodings are supported by Perl.
# perl -MEncode -le "print for Encode->encodings(':all')"
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Check which character encodings are supported by Perl
Answer:
Use the following command to check which character encodings are supported by Perl.
# perl -MEncode -le "print for Encode->encodings(':all')"