Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6RC1
-
Fix Version/s: JRuby 1.6.6, JRuby 1.7.0.pre1
-
Component/s: Ruby 1.9.2
-
Labels:None
-
Number of attachments :
Description
jcodings has some incorrect values for some [[:alpha]] values in a few specs....we went to see how things changed in MRI and their data is stored differently and has extra information we don't (quite a bit more in fact). We should redo our storage of this information in a later version of jcodings (probably the same time we do transcoding support).
It is not trivial to fix the remaining specs which fail that we have and for that matter these specs really just represent a whole class of possible problems.
Marcin has just committed an updated jcodings, which now builds off the MRI C files directly. It is based on current 1.9.3 branch from MRI. That will resolve this issue, but we need a release of jcodings to go with it before 1.7 release.