NAME
Lingua::JA::MacJapanese - transcoding between Mac OS Japanese encoding and Unicode
SYNOPSIS
use Lingua::JA::MacJapanese;
$wchar = decodeMacJapanese($octet); $octet = encodeMacJapanese($wchar);
# $wchar : a string in Perl's Unicode format # $octet : a string in Mac OS Japanese encoding
DEPENDENCIES
INSTALLATION
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENSE
SADAHIRO Tomoyuki <SADAHIRO@cpan.org>
Copyright(C) 2003-2007, SADAHIRO Tomoyuki. Japan. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.