<div dir="ltr"><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 11:22 AM, Shlomi Fish <span dir="ltr"><<a href="mailto:shlomif@iglu.org.il">shlomif@iglu.org.il</a>></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>
> OK, I found a solution. I opened the file with both notepad and<br>
> notepad++, then I changed the encoding to windows-1255 in notepad++,<br>
> then I copied all the contents to notepad and saved in utf-8. It<br>
> works. I'm attaching the result.<br>
><br>
> Thanks!<br>
> Uri Even-Chen<br>
> Mobile Phone: +972-50-9007559<br>
> E-mail: <a href="mailto:uri@speedy.net">uri@speedy.net</a><br>
> Blog: <a href="http://www.speedy.net/uri/blog/" target="_blank">http://www.speedy.net/uri/blog/</a><br>
><br>
<br>
</div>Just a note, one can use iconv or Perl'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>
<<<<<br>
iconv -f windows-1255 -t utf-8 < 1.txt<br>
>>>><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>