Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.1
-
Fix Version/s: JRuby 1.6.3
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Windows 7 SP1 x64, Java 1.6.0_21, JRuby 1.6.1
-
Testcase included:yes
-
Number of attachments :
Description
I'm using 1.9 mode of latest JRuby on Windows. When rstrip applied to utf-8 string with unicode char at the end it brokes string, removing one byte from the end. On MRI Ruby 1.9.2 it works as expected.
I put minitest-bases test in attachment. If you doesn't accept minitest - write please which test framework should I use.