NAME
Encode::Arabic::ArabTeX::RE - Deprecated Encode::Arabic::ArabTeX implemented with regular expressions
REVISION
$Revision: 1.3 $ $Date: 2004/08/23 08:57:53 $
SYNOPSIS
use Encode::Arabic::ArabTeX::RE;
$string = decode 'arabtex-re', $octets;
$octets = encode 'arabtex-re', $string;
DESCRIPTION
Deprecated method using sequential regular-expression substitutions. Limited in scope over the ArabTeX notation and non-efficient in data processing, still, not requiring the Encode::Mapper module.
EXPORTS & MODES
Exports as if use Encode
also appeared in the package. Experimental and incomplete support for conversion modes is provided, see Encode::Arabic::ArabTeX.
SEE ALSO
AUTHOR
Otakar Smrz, http://ckl.mff.cuni.cz/smrz/
eval { 'E<lt>' . 'smrz' . "\x40" . ( join '.', qw 'ckl mff cuni cz' ) . 'E<gt>' }
Perl is also designed to make the easy jobs not that easy ;)
COPYRIGHT AND LICENSE
Copyright 2003, 2004 by Otakar Smrz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.