logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

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.

       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.

Name

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

See Also

       Encode::Arabic::ArabTeX::ZDMG

Synopsis

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

           $string = decode 'arabtex-zdmg-re', $octets;
           $octets = encode 'arabtex-zdmg-re', $string;    # not really implemented

See Also