logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Otakar Smrz "<otakar-smrz users.sf.net>", <http://otakar-smrz.users.sf.net/>

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
       conversionmodes is provided, see Encode::Arabic::ArabTeX.

Name

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

See Also

       Encode::Arabic::ArabTeX

Synopsis

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

           $string = decode 'arabtex-re', $octets;
           $octets = encode 'arabtex-re', $string;

See Also