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><br>1. (CONTINUE) Read next character<br>2. (USE-VALUE) Replace the bogus sequence with a character<br>3. (RESTART-TOPLEVEL) Go back to Top-Level REPL.<br><br>Broken at SI:BYTECODES. [Evaluation of: (LOAD "code/hello.lisp")] In: #<process<br>
TOP-LEVEL>.<br><br>I export the file as utf-8 or utf-16, it's all failed.<br><br>C.M.<br>