NAME
Fake::Encode - Fake Encode module support for perl 5.00503
SYNOPSIS
use 5.00503;
use Fake::Encode;
use DBI;
...;
# turn off the utf8 flag as soon as possible to avoid mojibake
while (my @row = map { Encode::encode('cp932',$_) } $sth->fetchrow_array()) {
...;
}
DESCRIPTION
Fake::Encode provides a scripting environment with long life by dummy subroutines Encode::encode() and Encode::decode().
AUTHOR
INABA Hitoshi <ina@cpan.org>
This project was originated by INABA Hitoshi.
LICENSE AND COPYRIGHT
This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
Encode - CPAN
Encode561.pm - Encode::from_to compatible for Perl 5.6.x and 5.005 - www.kawa.net
Encode::compat - CPAN
Porting code from perl-5.6.X - perldoc
Perl 5.6+: Unicode-processing issues and how to cope with it. - ahinea.com
Correct processing method of the UTF-8 flag - blog.livedoor.jp/dankogai/
perl - utf8::is_utf8("\x{ff}") == 0 - blog.livedoor.jp/dankogai/
To the person who fights against UTF-8 flag - blog.livedoor.jp/nipotan/
utf8::is_utf8 considered harmful - subtech.g.hatena.ne.jp/miyagawa/
Migrating scripts back to Perl 5.005_03 - PerlMonks
Goodnight, Perl 5.005 - ONLamp.com
Perl 5.005_03 binaries - engelschall.com
Welcome to CP5.5.3AN - cp5.5.3an.barnyard.co.uk
japerl - CPAN
ina - CPAN
A Complete History of CPAN - The BackPAN