<div dir="ltr">iconv is what i was going to recommend in the first place, once the encodings were figured out.<br><br><div class="gmail_quote">2009/12/16 Shlomi Fish <span dir="ltr">&lt;<a href="mailto:shlomif@iglu.org.il">shlomif@iglu.org.il</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Wednesday 16 Dec 2009 11:50:49 Ori Idan wrote:<br>
&gt; On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish &lt;<a href="mailto:shlomif@iglu.org.il">shlomif@iglu.org.il</a>&gt; wrote:<br>
&gt; &gt; On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:<br>
&gt; &gt; &gt; OK, I found a solution.  I opened the file with both notepad and<br>
&gt; &gt; &gt; notepad++, then I changed the encoding to windows-1255 in notepad++,<br>
&gt; &gt; &gt; then I copied all the contents to notepad and saved in utf-8.  It<br>
&gt; &gt; &gt; works.  I&#39;m attaching the result.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks!<br>
&gt; &gt; &gt; Uri Even-Chen<br>
&gt; &gt; &gt; Mobile Phone: +972-50-9007559<br>
&gt; &gt; &gt; E-mail: <a href="mailto:uri@speedy.net">uri@speedy.net</a><br>
&gt; &gt; &gt; Blog: <a href="http://www.speedy.net/uri/blog/" target="_blank">http://www.speedy.net/uri/blog/</a><br>
&gt; &gt;<br>
&gt; &gt; Just a note, one can use iconv or Perl&#39;s<br>
&gt; &gt; <a href="http://perldoc.perl.org/Encode.html" target="_blank">http://perldoc.perl.org/Encode.html</a><br>
&gt; &gt; module or something to convert an entire file from one encoding to the<br>
&gt; &gt; other:<br>
&gt; &gt;<br>
&gt; &gt; &lt;&lt;&lt;&lt;<br>
&gt; &gt; iconv -f windows-1255 -t utf-8 &lt; 1.txt<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Seems to work here.<br>
&gt; &gt;<br>
&gt; &gt; Regards,<br>
&gt; &gt;<br>
&gt; &gt;        Shlomi Fish<br>
&gt;<br>
&gt; I am using iconv on linux.<br>
&gt; I am not sure if iconv exists for windows.<br>
<br>
</div></div>It does:<br>
<br>
<a href="http://gnuwin32.sourceforge.net/packages/libiconv.htm" target="_blank">http://gnuwin32.sourceforge.net/packages/libiconv.htm</a><br>
<div class="im"><br>
Regards,<br>
<br>
        Shlomi Fish<br>
<br>
--<br>
-----------------------------------------------------------------<br>
Shlomi Fish       <a href="http://www.shlomifish.org/" target="_blank">http://www.shlomifish.org/</a><br>
</div>The Case for File Swapping - <a href="http://shlom.in/file-swap" target="_blank">http://shlom.in/file-swap</a><br>
<div><div></div><div class="h5"><br>
Bzr is slower than Subversion in combination with Sourceforge.<br>
( By: <a href="http://dazjorz.com/" target="_blank">http://dazjorz.com/</a> )<br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</div></div></blockquote></div><br></div>