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


in reply to Re: Can Perl convert ISO-? | WIN-? | MAC-? to UTF-8?
in thread Can Perl convert ISO-? | WIN-? | MAC-? to UTF-8?

Greetings Khen1950fx , and thank you for your reply.
That's good advice. But if I understand what you've offered, it would strip the BOM
(ByteOrderMarker) from the file(s). While that was probably the case somewhere in their
past. None of them appear to have one now.

Thank you again, for your response

--chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;
  • Comment on Re^2: Can Perl convert ISO-? | WIN-? | MAC-? to UTF-8?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.