Description
Perl applications can detect the character encoding implied by the user's locale. This helps command-line tools and scripts read arguments, environment values, filenames, and text streams with fewer encoding mistakes.
It is a localization support library. Applications still need clear behavior for invalid input and for systems with misconfigured locale settings.