NAME IOas::CP932NEC - provides CP932NEC I/O subroutines for UTF-8 script SYNOPSIS use IOas::CP932NEC; DESCRIPTION IOas::CP932NEC module provides CP932NEC I/O subroutines in UTF-8 script for stable scripting environment, using no utf8 pragma, no UTF-8 flag. SUBROUTINES Octet Length as I/O Encoding IOas::CP932NEC::length($utf8str) IOas::CP932NEC::sprintf($utf8format, @utf8list) IOas::CP932NEC::substr($utf8expr, $offset_as_cp932nec, $length_as_cp932nec, $utf8replacement) String Comparison as I/O Encoding IOas::CP932NEC::cmp($utf8str_a, $utf8str_b) IOas::CP932NEC::eq($utf8str_a, $utf8str_b) IOas::CP932NEC::ne($utf8str_a, $utf8str_b) IOas::CP932NEC::ge($utf8str_a, $utf8str_b) IOas::CP932NEC::gt($utf8str_a, $utf8str_b) IOas::CP932NEC::le($utf8str_a, $utf8str_b) IOas::CP932NEC::lt($utf8str_a, $utf8str_b) IOas::CP932NEC::sort(@utf8str) Encoding Convert on I/O Operations IOas::CP932NEC::getc(FILEHANDLE) IOas::CP932NEC::readline(FILEHANDLE) IOas::CP932NEC::print(FILEHANDLE, @utf8str) IOas::CP932NEC::printf(FILEHANDLE, $utf8format, @utf8list) SUPPORTED PERL VERSIONS perl version 5.005_03 to newest perl SEE ALSO http://search.cpan.org/~ina/ http://backpan.perl.org/authors/id/I/IN/INA/