Description
Perl programs can convert text between character encodings through iconv. This is useful for imports, legacy files, mail processing, and tools that need to normalize text before storing or displaying it.
It is a developer library. Encoding conversion should report invalid input clearly so data is not silently corrupted or misread.