Provided by: libencode-arabic-perl_1.9-1_all bug

NAME

       Encode::Arabic::ArabTeX::ZDMG::RE - Deprecated Encode::Arabic::ArabTeX::ZDMG implemented
       with regular expressions

REVISION

           $Revision: 143 $        $Date: 2006-11-15 02:16:57 +0100 (Wed, 15 Nov 2006) $

SYNOPSIS

           use Encode::Arabic::ArabTeX::ZDMG::RE;

           $string = decode 'arabtex-zdmg-re', $octets;
           $octets = encode 'arabtex-zdmg-re', $string;    # not implemented, returns _utf8_off($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.

       Originally, the method helped data typesetting in TeX. It has been modified to produce
       correct Perl's representation engaging Combining Diacritical Marks from the Unicode
       Standard, Version 4.0.

   EXPORT
       Exports as if "use Encode" also appeared in the package.

SEE ALSO

       Encode::Arabic::ArabTeX::ZDMG

AUTHOR

       Otakar Smrz, <http://ufal.mff.cuni.cz/~smrz/>

           eval { 'E<lt>' . ( join '.', qw 'otakar smrz' ) . "\x40" . ( join '.', qw 'mff cuni cz' ) . 'E<gt>' }

       Perl is also designed to make the easy jobs not that easy ;)

COPYRIGHT AND LICENSE

       Copyright 2003-2006 by Otakar Smrz

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