Lingua::ZH::MacChinese::Simplified version 0.04

NAME

Lingua::ZH::MacChinese::Simplified - transcoding between Mac OS Chinese Simplified encoding and Unicode

SYNOPSIS

use Lingua::ZH::MacChinese::Simplified;

$wchar = decodeMacChineseSimp($octet); $octet = encodeMacChineseSimp($wchar);

# $wchar : a string in Perl's Unicode format # $octet : a string in Mac OS Chinese Simplified 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.