Lingua::HE::MacHebrew version 0.03 ================ NAME Lingua::HE::MacHebrew - transcode between Macintosh Hebrew and Unicode SYNOPSIS use Lingua::HE::MacHebrew; $wchar = decodeMacHebrew($octet); $octet = encodeMacHebrew($wchar); # $wchar : a string in Perl's Unicode format # $octet : a legacy-byte string (i.e. in MacHebrew 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 LICENCE Tomoyuki SADAHIRO bqw10602@nifty.com http://homepage1.nifty.com/nomenclator/perl/ Copyright(C) 2003-2003, 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.