Re: Converting to UTF-8 encoding

2007-02-18 Thread Oded Arbel
On Sun, 2007-02-18 at 09:15 +0200, Uri Even-Chen wrote: On 2/18/07, Shlomi Fish [EMAIL PROTECTED] wrote: You can use the following command to convert a single file: iconv -f WINDOWS-1255 -t UTF-8 oldfile newfile Thanks! It works! Anyone knows about good UTF-8 text editors?

Re: Converting to UTF-8 encoding

2007-02-18 Thread Shachar Shemesh
Uri Even-Chen wrote: Thanks! It works! Anyone knows about good UTF-8 text editors? On Linux - any of them. Just set LC_CTYPE to something which is UTF-8. On Windows, any browser can display UTF-8, but notepad is the only editor that can actually edit it, as far as I know. I'm not sure you can

Re: Converting to UTF-8 encoding

2007-02-18 Thread Ira Abramov
Quoting Uri Even-Chen, from the post of Sun, 18 Feb: Thanks! It works! Anyone knows about good UTF-8 text editors? I use VIM... -- Playboy photographer Ira Abramov http://ira.abramov.org/email/ = To unsubscribe, send mail

Re: Converting to UTF-8 encoding

2007-02-18 Thread Uri Even-Chen
I wrote: Anyone knows about good UTF-8 text editors? Let me explain: I have to use it on Windows, and I need a search replace feature on many files simultaneously. Currently I use Crimson Editor, but it doesn't support Hebrew, doesn't display UTF-8 text properly, and doesn't have an undo

Re: Converting to UTF-8 encoding

2007-02-18 Thread Peter
On Sun, 18 Feb 2007, Uri Even-Chen wrote: I wrote: Anyone knows about good UTF-8 text editors? Let me explain: I have to use it on Windows, and I need a search replace feature on many files simultaneously. Emacs ? Peter

Re: Converting to UTF-8 encoding

2007-02-18 Thread Uri Even-Chen
On 2/18/07, Peter [EMAIL PROTECTED] wrote: Emacs ? Does it support UTF-8? Does it support search replace on many files simultaneously? Which version of Emacs (for Windows XP) do you recommend? And where do I download it? Uri.

Re: Converting to UTF-8 encoding

2007-02-18 Thread Moshe Gorohovsky
On Sun, 18 Feb 2007, Uri Even-Chen wrote: On 2/18/07, Peter [EMAIL PROTECTED] wrote: Emacs ? Does it support UTF-8? Does it support search replace on many files simultaneously? Which version of Emacs (for Windows XP) do you recommend? And where do I download it? Hi Uri, Try VIM for

Re: Converting to UTF-8 encoding

2007-02-18 Thread Peter
On Sun, 18 Feb 2007, Uri Even-Chen wrote: On 2/18/07, Peter [EMAIL PROTECTED] wrote: Emacs ? Does it support UTF-8? Does it support search replace on many files simultaneously? Which version of Emacs (for Windows XP) do you recommend? And where do I download it? Uri.

Re: Converting to UTF-8 encoding

2007-02-18 Thread Ira Abramov
Quoting Uri Even-Chen, from the post of Sun, 18 Feb: I know notepad, but I agree it's not a good text editor, because it doesn't support search replace (and you can open only one file each time). But on the other hand, it does support Hebrew and UTF-8 encoding (but only if the first

Re: Converting to UTF-8 encoding

2007-02-18 Thread Uri Even-Chen
Thanks for all your suggestions. I tried VIM, XEmacs, EditPlus and Notepad++. I didn't like the Linux GUI of VIM and XEmacs and gave them up. EditPlus and Notepad++ are OK, but they have a few flaws in them: 1. EditPlus has a feature of replace in all open files, but it doesn't have a feature

Re: Converting to UTF-8 encoding

2007-02-17 Thread Shlomi Fish
Hi Uri! (and all) On Sunday 18 February 2007, Uri Even-Chen wrote: Dear Linux people, In addition to my previous message, I decided it's about time to convert my Hebrew websites from Windows-1255 encoding to Unicode (UTF-8). (By the way, is it a smart decision?) Anyway, since I didn't

Re: Converting to UTF-8 encoding

2007-02-17 Thread Uri Even-Chen
On 2/18/07, Shlomi Fish [EMAIL PROTECTED] wrote: You can use the following command to convert a single file: iconv -f WINDOWS-1255 -t UTF-8 oldfile newfile Thanks! It works! Anyone knows about good UTF-8 text editors? Uri.