2012/6/17 CRLF0710 <crlf0...@gmail.com>

> (format t "~%")
>
> build an app, say, a.exe
> a.exe > b.txt
>
> hexdump b.txt -c
>
> 0000000   \r  \r  \n
>

It turns out that in an unbelievable degree of stupidity, Microsoft not
only implements CRLF translation at the level of fread/fwrite, but also for
input/output operations with read() and write(). I will upload some patches
in a few minutes.

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