Lingua::KO::MacKorean version 0.04

NAME

Lingua::KO::MacKorean - transcoding between Mac OS Korean encoding and Unicode

SYNOPSIS

use Lingua::KO::MacKorean;

$wchar = decodeMacKorean($octet);
$octet = encodeMacKorean($wchar);

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