Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.0, JRuby 0.9.1, JRuby 0.9.2, JRuby 0.9.8, JRuby 0.9.9, JRuby 1.0.0RC1, JRuby 1.0.0RC2
-
Fix Version/s: JRuby 1.5
-
Component/s: Windows
-
Labels:None
-
Environment:Windows
-
Testcase included:yes
-
Number of attachments :
Description
IO puts, each_byte, getc behave differently on windows w.r.t. CRLF handling compared to ruby 1.8.4
Attached test passes under ruby 1.8.4 on windows XP, but fails under JRuby in several places.
Attachments
Issue Links
| This issue is related to: | ||||
| JRUBY-2140 | IO.readlines returns native line endings |
|
|
|
| This issue is depended upon by: | ||||
| JRUBY-4253 | JRuby defaults to "\r\n" newlines on Windows, where MRI 1.8 and 1.9 use just "\n" |
|
|
|
A fix for all issues in the test case.