Lingua::FA::MacFarsi version 0.10

NAME

Lingua::FA::MacFarsi - transcoding between MacOS Farsi encoding and Unicode

SYNOPSIS

use Lingua::FA::MacFarsi;

$wchar = decodeMacFarsi($octet);
$octet = encodeMacFarsi($wchar);

# $wchar : a string in Perl's Unicode format # $octet : a string in MacOS Farsi encoding

DEPENDENCIES

INSTALLATION

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENSE

SADAHIRO Tomoyuki <SADAHIRO@cpan.org>

Copyright(C) 2003-2011, 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.