Encode::Arabic::ArabTeX::RE - Deprecated Encode::Arabic::ArabTeX implemented with regular expressions
Contents
Copyright And License
Copyright (C) 2003-2016 Otakar Smrz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2022-10-16 Encode::Arabic::ArabTeX::RE(3pm)
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;
