Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

encode::arabic::arabtex::re(3pm) [debian man page]

Encode::Arabic::ArabTeX::RE(3pm)			User Contributed Perl Documentation			  Encode::Arabic::ArabTeX::RE(3pm)

NAME
Encode::Arabic::ArabTeX::RE - Deprecated Encode::Arabic::ArabTeX implemented with regular expressions REVISION
$Revision: 162 $ $Date: 2006-12-16 01:16:10 +0100 (Sat, 16 Dec 2006) $ 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
Encode::Arabic::ArabTeX 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. perl v5.10.1 2010-01-18 Encode::Arabic::ArabTeX::RE(3pm)

Check Out this Related Man Page

Encode::Arabic::ArabTeX::ZDMG::RE(3pm)			User Contributed Perl Documentation		    Encode::Arabic::ArabTeX::ZDMG::RE(3pm)

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. perl v5.10.1 2010-01-18 Encode::Arabic::ArabTeX::ZDMG::RE(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Arabic characters in QNX4

I want to display Arabic characters in QNX4. This work was been done by a colleague several years ago but he didn't document his work. I installed fonts and I got this display (attached). Please let me know how can correct as per the initial display were working in Arabic (attached). Thanks... (0 Replies)
Discussion started by: hbc
0 Replies

2. Red Hat

Set Encode (8B2A)

Hi, I am a linux Newbie, i installed RHEL5 and was trying to activate my ethernet card.When i selected the relevant driver from the list, I am getting an error "set Encode" (8B2A) Error for wireless request. I dont think my network adapter is a wireless network adapter how to overcome this... (1 Reply)
Discussion started by: mitr_ar
1 Replies

3. Solaris

How to copy files with Arabic name to / from USB fash disk in Solaris10?

Hello dears ,, Hope everything is fine with you ,,, I have tried to copy some files with Arabic name from Solaris 10 PC to USB flash disk but I have got the following error message: Error "Invalid parameter" while copying "<path-of-file>". - Please see the attached snapshot of the error... (7 Replies)
Discussion started by: Mohamed Azzaki
7 Replies

4. Shell Programming and Scripting

Arabic encoding using Unix commands

I am using sed on Arabic file (utf-8 encoding) like bellow: sed 's/./& /g' file and all I get is: 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? I tried change the LANG variable to LANG=en_US.UTF-8 but I still get the same "?" output. What is the... (1 Reply)
Discussion started by: Viernes
1 Replies

5. Shell Programming and Scripting

Writing a clustering concordance for a Perso-Arabic script

I am working on a database of a language using Arabic Script. One of the major issues is that the shape of the characters changes according to their initial, medial or final positioning. Another major issue is that of the clustering of vowels within the word: the clustering changes totally the... (9 Replies)
Discussion started by: gimley
9 Replies