table of contents
Text::CSV::Encoded::Coder::Encode(3pm) | User Contributed Perl Documentation | Text::CSV::Encoded::Coder::Encode(3pm) |
NAME¶
Text::CSV::Encoded::Coder::Encode - Text::CSV::Encoded coder class using Encode
VERSION¶
version 0.25
SYNOPSIS¶
use Text::CSV::Encoded coder_class => 'Text::CSV::Encoded::Coder::Encode'; # In Perl 5.8 or later, it is a default module.
DESCRIPTION¶
This module is used by Text::CSV::Encoded internally.
SEE ALSO¶
Encode, Encode::Supported, Encode::Alias, utf8
AUTHOR¶
Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
COPYRIGHT AND LICENSE¶
Copyright 2008-2013 by Makamaka Hannyaharamitu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-11-19 | perl v5.36.0 |