<div dir="ltr"><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish <span dir="ltr">&lt;<a href="mailto:shlomif@iglu.org.il">shlomif@iglu.org.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wednesday 16 Dec 2009 01:09:29 Uri Even-Chen wrote:<br>
&gt; OK, I found a solution.  I opened the file with both notepad and<br>
&gt; notepad++, then I changed the encoding to windows-1255 in notepad++,<br>
&gt; then I copied all the contents to notepad and saved in utf-8.  It<br>
&gt; works.  I&#39;m attaching the result.<br>
&gt;<br>
&gt; Thanks!<br>
&gt; Uri Even-Chen<br>
&gt; Mobile Phone: +972-50-9007559<br>
&gt; E-mail: <a href="mailto:uri@speedy.net">uri@speedy.net</a><br>
&gt; Blog: <a href="http://www.speedy.net/uri/blog/" target="_blank">http://www.speedy.net/uri/blog/</a><br>
&gt;<br>
<br>
</div>Just a note, one can use iconv or Perl&#39;s <a href="http://perldoc.perl.org/Encode.html" target="_blank">http://perldoc.perl.org/Encode.html</a><br>
module or something to convert an entire file from one encoding to the other:<br>
<br>
&lt;&lt;&lt;&lt;<br>
iconv -f windows-1255 -t utf-8 &lt; 1.txt<br>
&gt;&gt;&gt;&gt;<br>
<br>
Seems to work here.<br>
<br>
Regards,<br>
<br>
        Shlomi Fish<br>
I am using iconv on linux.<br>
I am not sure if iconv exists for windows.<br>
<br>
-- <br>
Ori Idan<br></blockquote><div> </div></div><br></div>