Re: Convert Hebrew Text Between Codesets

From: Micha Feigin (michf_at_nonexisting.hamakor.org.il)
Date: Thu 17 Jun 2004 - 19:56:26 IDT


On Thu, Jun 17, 2004 at 08:53:47AM +0200, Ilan Aisic wrote:
> You're right of course.
> Writing a simple conversion utility for this case is easy in any language.
> It must have been done before (probably for all the other codesets) and I didn't want to "invent the wheel".
>
> --ilan
>

You could try
http://www.gnu.org/software/recode/recode.html
Don't know if it does what you want.

> > -----Original Message-----
> > From: Oron Peled [mailto:oron_at_actcom.co.il]
> > Sent: Thursday, June 17, 2004 7:25 AM
> > To: Ilan Aisic; 'Linux-IL mailing list'
> > Subject: Re: Convert Hebrew Text Between Codesets
> >
> >
> > On Wednesday 16 June 2004 11:58, Ilan Aisic wrote:
> > > In particular, I'm interested in changing mutlibyte Hebrew
> > to and from
> > > HTML characters.
> > > where:
> > > The same in HTML ("א" is Alef, '.' is '.'):
> >
> > Ok, for this part of the question (nobody answered yet), why
> > not use sed? Write the following script:
> > #! /bin/sed -f
> > s/<Alef>/\&\#1488;/g
> > s/<Beit>/\&\#1489;/g
> > ...
> >
> >
> > --
> > Oron Peled Voice/Fax: +972-4-8228492
> > oron_at_actcom.co.il http://www.actcom.co.il/~oron
> >
> > The most exciting phrase to hear in science, the one that
> > heralds new discoveries, is not "Eureka!" (I found it!) but
> > "That's funny ..."
> > -- Isaac Asimov
> >
> >
>
>
> =================================================================
> To unsubscribe, send mail to linux-il-request_at_linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request_at_linux.org.il
>
>
> +++++++++++++++++++++++++++++++++++++++++++
> This Mail Was Scanned By Mail-seCure System
> at the Tel-Aviv University CC.
>

=================================================================
To unsubscribe, send mail to linux-il-request_at_linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request_at_linux.org.il



This archive was generated by hypermail 2.1.7 : Thu 17 Jun 2004 - 20:08:14 IDT