http://www.perlmonks.org?node_id=1037460


in reply to Re: Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?
in thread Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?

@space_monk, @Anonymous Monk, & @moritz
Thanks for taking the time to respond.
I use my Editor, and file(1); as in:
file ./index.html file -i ./index.html file --mime-type ./index.html file --mime-encoding ./index.html
As to my Editor; it has always correctly reported the loaded file(s) properties in the past,
and I have no reason to think it suddenly decided to stop. :)

--chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;
  • Comment on Re^2: Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?
  • Download Code