NAME
Encode::compat::MIME::Header::ISO_2022_JP - a compatibilty module for Encode::MIME::Header::ISO_2022_JP
SYNOPSIS
use Encode;
use Encode::compat::MIME::Header::ISO_2022_JP;
my $subject = encode('MIME-Header-ISO_2022_JP', $utf8_string);
DESCRIPTION
Encode::compat::MIME::Header::ISO_2022_JP provides support for MIME-Header-ISO_2022_JP
encoding on perl < 5.8.8.
COPYRIGHT
This module is mostly a dead copy of Encode::MIME::Header::ISO_2022_JP
. For copyright information please refer to the AUTHORS file of Encode
.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html