Locale::Hebrew.3pm

Langue: en

Version: 2004-09-18 (mandriva - 22/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

Locale::Hebrew - Bidirectional Hebrew support

VERSION

This document describes version 1.04 of Locale::Hebrew, released September 18, 2004.

SYNOPSIS

     use Locale::Hebrew;
     $visual = hebrewflip($logical);
 
 

DESCRIPTION

This module is based on code from the Unicode Consortium.

The charset on their code was bogus, therefore this module had to work the real charset from scratch. There might have some mistakes, though.

One function, "hebrewflip", is exported by default.

NOTES

The input string is assumed to be in "iso-8859-8" encoding by default.

On Perl version 5.8.1 and above, this module can handle Unicode strings by transparently encoding and decoding it as "iso-8859-8". The return value should still be a Unicode string.

ACKNOWLEDGMENTS

Lots of help from Raz Information Systems, <http://www.raz.co.il/>.

Thanks to Oded S. Resnik for suggesting Unicode support and exporting "hebrewflip" by default.

AUTHORS

Ariel Brosh <schop@cpan.org> is the original author, now passed away.

Autrijus Tang <autrijus@autrijus.org> is the current maintainer.

Copyright 2001, 2002 by Ariel Brosh.

Copyright 2003, 2004 by Autrijus Tang.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>