<div class="gmail_quote">On Sat, May 26, 2012 at 10:36 AM, cm <span dir="ltr"><<a href="mailto:xiao.ao.jiang.hu.cm@gmail.com" target="_blank">xiao.ao.jiang.hu.cm@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I save the file with windows notepad with default code. And load file into ecl with :windows-cp936, it works fine!<br>but when I save the file with utf-8 format in notepad, and load file with :utf-8, it report error:<br>
</blockquote>
</div><br>Problem identified. Notepad inserts a BOM character (0xFEFF) at the beginning of the file. This is not standard, but just something that Windows uses for UTF-8 and which is discouraged in Unix. I cannot cope with this at the level of encoding, because that would break Unix applications and would make ECL work differently on Windows and on Unix. Instead I have hacked a simpler solution: BOM is interpreted by the Lisp reader as a whitespace.<div>

<br></div><div>I will upload a patch tonight or tomorrow. Thanks for providing me with the three test cases. They are really useful!</div><div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>

c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</div>