<div class="gmail_quote">On Sat, May 26, 2012 at 4:58 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:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Juanjo,I update to new version Ecl. The Chinese words work in windows console now. Thank for your help.<br>But if I  write the code into a lisp file and use load command in repl. it report error:<br><br>> (load "code/hello.lisp")<br>


;;; Loading "D:/ecl/code/hello.lisp"<br><br>Condition of type: STREAM-DECODING-ERROR<br>decoding error on stream #<input stream #P"D:/ecl/code/hello.lisp"> (:EXTERNAL-F<br>ORMAT (:UTF-8 :LF)): the octet sequence (255) cannot be decoded.<br>


Available restarts:<br></blockquote><div><br></div><div>You have to specify a different external format with</div><div><br></div><div>(LOAD "code/hello.lisp" :EXTERNAL-FORMAT :WINDOWS-CP936)</div><div><br></div>

<div>for instance. This is because Windows saves the data in some format and ECL has no information to guess it.</div><div><br></div><div>Juanjo </div></div><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>