The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Lingua::FA::MacFarsi version 0.20
================

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

* This module requires Perl 5.6.1 or later.
  (sorry, cannot be built with Perl 5.6.0!)

* You need a C compiler to build this module.

INSTALLATION

* At first, extract the tarball.

* Then type the following:

    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.