Re: Convert Hebrew Text Between Codesets

2004-06-17 Thread Micha Feigin
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:[EMAIL PROTECTED] > > Sent: Thursday, June 17, 2004 7:25 AM > > To: Il

Re: Convert Hebrew Text Between Codesets

2004-06-17 Thread Oded Arbel
On Thursday 17 June 2004 08:25, Oron Peled wrote: > 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 (no

RE: Convert Hebrew Text Between Codesets

2004-06-16 Thread Ilan Aisic
d [mailto:[EMAIL PROTECTED] > 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 changin

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread Oron Peled
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

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread Matitiahu Allouche
Is not that a typical job for sed? Shalom (Regards), Mati [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 16/06/2004 11:49 To [EMAIL PROTECTED] cc Subject Re: Convert Hebrew Text Between Codesets I’m letting myself join the question. Since the new version academic library catalogues

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread Tzafrir Cohen
On Wed, Jun 16, 2004 at 10:58:34AM +0200, Ilan Aisic wrote: > Anyone aware of a utility/program to convert hebrew text between the different > codesets and representations? iconv(1) is a general-purpose charset convertor. recode is aanother one. More tolerant of its input. > > In particular, I

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread Eitan Isaacson
maybe i didn't understand the question, but for character set conversions i use iconv. eitan. Ilan Aisic wrote: Anyone aware of a utility/program to convert hebrew text between the different codesets and representations? In particular, I'm interested in changing mutlibyte Hebrew to and from HTML

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread meorero
I’m letting myself join the question. Since the new version academic library catalogues (aleph 500), has a problem with Hebrew display at Mozilla and Konqi. [See my announce: http://mirror.hamakor.org.il/archives/linux-il/06-2004/10386.html ] So - I’m looking too for a program doing such conve

Re: Convert Hebrew Text Between Codesets

2004-06-16 Thread Jonathan Ben Avraham
Hi Ilan, Check out the fibidi package. It has some converters that might help you. - yba On Wed, 16 Jun 2004, Ilan Aisic wrote: > Anyone aware of a utility/program to convert hebrew text between the different > codesets and representations? > > In particular, I'm interested in changing mutlib