[Ecls-list] (princ "ひらかな") error on windows build.

Choongyeol Yoo spcvar at gmail.com
Fri Mar 19 12:59:29 UTC 2010


Hi.
I made ECL 10.3.1 installed on windows xp and linux.
To test CJK characters with ECL, I tried simple test like  *(princ "ひらかな").*
On linux build, simply it succeeded.
But, on windows build, built with msvc 2008, unicode enabled, * it
was failed as shown below.*
Any solution or suggestion needed to the error.
Thanks for this great implementation.

-------------
D:\Usr\MU>ecl
ECL (Embeddable Common-Lisp) 10.3.1
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process SI:TOP-LEVEL 00b90fc0>.
*> (princ "ひらかな")*
*Read or write operation to stream #<input stream "stdin"> signaled an
error.
Explanation: Invalid argument.*
Available restarts:
1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at SI::TPL. In: #<process SI:TOP-LEVEL 00b90fc0>.
 File: "src:lsp;top.lsp.NEWEST" (Position #20393)
>>
Debugger received error: Read or write operation to stream #<input stream
"stdin
"> signaled an error.
Explanation: Invalid argument.
Error flushed.
>> *features*
(:WIN32 :FORMATTER :UINT32-T :UINT16-T :RELATIVE-PACKAGE-NAMES :UNICODE
:DFFI
 :CLOS-STREAMS :CMU-FORMAT :WINDOWS :MSVC :ECL-PDE :DLOPEN :CLOS :THREADS
 :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT :PREFIXED-API :FFI
 :PENTIUM4 :COMMON :ECL)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100319/698322e8/attachment.html>


More information about the ecl-devel mailing list