Seems this is a console problem. The operating system is complaining
because the character you are writing does not belong to the codepage 936.
The error happens way before ECL, because it is the operating system call
read() that complains and ECL just sees this error.

Apparently GHC has the same problem (
http://stackoverflow.com/questions/7511393/haskell-output-non-ascii-characters
).

An indication that this might be so isthe fact that ECL can read the same
text from a file.

But perhaps somebody here knows more than me on the subject.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to