Help for this page
# utf8 -> latin1 encoding cat utf8.txt |perl -MEncode=from_to -pe 'from_to($_,"utf8","latin1");'
tr/\0-\xFF//CU; # change Latin-1 to Unicode tr/\0-\x{FF}//UC; # change Unicode to Latin-1