ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Idris Samawi Hamid <ishamid@colostate.edu>
Subject: Re: Arabic-utf-8 (plus a sample)
Date: Sat, 05 Jun 2004 16:51:34 -0600	[thread overview]
Message-ID: <opr848f8ntu9mfh0@lamar.colostate.edu> (raw)
In-Reply-To: <1086472098.5707.36.camel@tascomputer.home>

On Sat, 05 Jun 2004 23:48:18 +0200, Thomas A. Schmitz 
<thomas.schmitz@uni-bonn.de> wrote:

> Just a quick reply (it's bedtime over here): there may be 2 problems.

Ok, get some sleep;-) Anyhow, I fixed the line break (is the space between 
tilda and `s' correct?)

==============================
$_ =~ s/\x{0627}/\x{0041}/esg;
#this is the actual conversion
==============================

did not work though:-(

My perl version is v5.6.1; I went to the ActivePerl
website and the only version they had is
v5.6.1.638; so from perl.org I found Indigoperl and switched;-)

This solves part of the problem:-) Now I get

> perl utf2tex.pl unicode-utf.txt
syntax error at utf2tex.pl line 8, near ");"
Execution of utf2tex.pl aborted due to compilation errors.

line 8 is

while (<>); { #this opens the file for reading

Here is the whole file once again:

==================================
#!/usr/bin/perl -w

use strict;
use open ':utf8';

open(NEW,">new.tex"); #opens file to print out the result

while (<>); { #this opens the file for reading

$_ =~ s/\x{0627}/\x{0041}/esg;
#this is the actual conversion

print NEW "$_";
#and this writes the result into file "new.tex"
}

close(NEW);
==================================

> the usage is right (I'm not a windows person,

If WinEdt (and some other things) worked under WINE, I would not be a 
windows person either:-(

And will attempt yet another switch (I've lost count) to Linux-KDE 
sometime this Summer...

Thnx a million
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

  reply	other threads:[~2004-06-05 22:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-05 19:32 Idris Samawi Hamid
2004-06-05 20:41 ` Thomas A. Schmitz
2004-06-05 21:33   ` Idris Samawi Hamid
2004-06-05 21:48     ` Thomas A. Schmitz
2004-06-05 22:51       ` Idris Samawi Hamid [this message]
2004-06-05 23:15         ` Re[2]: " Giuseppe Bilotta
2004-06-05 23:31           ` Idris Samawi Hamid
2004-06-05 23:58             ` Re[4]: " Giuseppe Bilotta
2004-06-06  0:19               ` Idris Samawi Hamid
2004-06-06  0:26                 ` Idris Samawi Hamid
2004-06-06  9:09                 ` Perl scripting (was: Arabic-utf-8) Henning Hraban Ramm
2004-06-06 21:03                   ` Idris Samawi Hamid
2004-06-06 21:28                     ` Thomas A. Schmitz
2004-06-07 19:45                       ` Henning Hraban Ramm
2004-06-07 20:53                         ` Thomas A.Schmitz
2004-06-05 23:08 ` [SPAM: 3.411] Arabic-utf-8 (plus a sample) Richard MAHONEY
2004-06-06  0:19   ` Idris Samawi Hamid
2004-06-06 13:22 ` Arabic-utf-8 " George N. White III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=opr848f8ntu9mfh0@lamar.colostate.edu \
    --to=ishamid@colostate.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).