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

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

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.

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

Andrea Benazzo, <andy@slacky.it>

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.