Andrea Benazzo > Lingua-AR-Word-1.5.5 > Lingua::AR::Word::Encode

Download:
Lingua-AR-Word-1.5.5.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Lingua::AR::Word::Encode - Perl extension to encode Arabic words into ArabTeX

SYNOPSIS ^

        use Lingua::AR::Word::Encode;

        $arabtex_form=Lingua::AR::Word::encode("ARABIC_WORD_IN_UTF8");

DESCRIPTION ^

This module will take care of encoding an Arabic word into ArabTeX, so that Arabic letters will be converted into English alphabet ones. This way we can interoperate with the ASCII-shell without requiring special Unicode-representation modules.

SEE ALSO ^

You may find more info about ArabTeX encoding at ftp://ftp.informatik.uni-stuttgart.de/pub/arabtex/arabtex.htm

AUTHOR ^

Andrea Benazzo, <andy@slacky.it>

COPYRIGHT AND LICENSE ^

Copyright (c) 2006 Andrea Benazzo. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.