- or download this
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1
+">
- or download this
use Encode qw(from_to);
...
__DATA__
some chars that in reality aren't all low ascii
- or download this
perl -e 'binmode STDOUT,":utf8"; print chr(0xC2),"\n";'