NAME
encoding::stdio - Provides an easy way to set encoding layers on STDOUT and STDIN
SYNOPSIS
use encoding::stdio "utf8";
use encoding::stdio ":locale";
DESCRIPTION
See encoding::split for the motivation for this module.
See encoding for usage information.
AUTHOR
Juerd Waalboer <juerd@cpan.org>