Description
Perl programs can work with Unicode strings using UCS-2 or UTF-16 oriented behavior. This is useful for compatibility with systems and file formats that store text in those encodings.
It is a developer library. Encoding conversions should handle invalid data explicitly so text is not silently corrupted or misread.