Now there is no way to emit binary data
using stdout. For example, this is important
for CGI binary output, such as images;
or if J is used as a slave process to return 
binary data through the pipe, like task.

Is it possible in the upcoming release to
change the implementation of 1!:2&4
so that it uses binary mode instead of text mode?

If somebody needs to output CRLF in text for windows
it easy to do in J before calling the function
or use "echo" (1!:2&2) which could remain in text mode.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to