Hi

A week or so ago, I wrote about a Win32-specific problem with rails and
other things in JRuby. The dreaded line separator. When reading a file
like text in Ruby, it automatically converts the platforms line
separator to '\n', so on Win32 all \n\r-sequences gets turned into only
\n. This seems like it would not be such a big thing to implement in
JRuby, but since our current IO-handling situation is ... somewhat
complex, I've been unable to create something that gives us this
functionality without rewriting significant parts of the IO-handling
code, which I'm not really inclined to do, anyway. 

So, are there any fun suggestions about this? I for sure would really
like Rails to work on windows too. Where is the best place to add this
functionality?

Regards
 Ola Bini


_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to