PerlIO layer to use the encoding of the current locale
Description
This is mostly a per-file-handle version of the open pragma, when used under
the form:
use open ':locale';
The encoding for the opened file will be set to the encoding corresponding to
the locale currently in effect, if perl can guess it.