Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.3, JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: Core Classes/Modules
-
Number of attachments :
Description
$ rvm exec ruby -v -e 'puts [0x3000].pack("U") =~ /[[:space:]]/'
jruby 1.6.3 (ruby-1.9.2-p136) (2011-07-07 965162f) (Java HotSpot(TM) Client VM 1.6.0_26) [darwin-i386-java]
jruby 1.7.0.dev (ruby-1.9.2-p136) (2011-07-23 a7410e1) (Java HotSpot(TM) Client VM 1.6.0_26) [darwin-i386-java]
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]
0
This causes test failures for activesupport's String#blank?
Interesting...some newerish unicode logic in pack/unpack? Will look briefly.