I was curious why the prefix ? for ascii code was removed in 1.9.x?
~
I was curious why the prefix ? for ascii code was removed in 1.9.x?
~
On Dec 3, 2010, at 12:39 , Stu wrote:
I was curious why the prefix ? for ascii code was removed in 1.9.x?
It wasn’t removed, it just changed what it returns to work with
multibyte chars:
CMD = ~/.multiruby/install/1.8.7-p302/bin/ruby -e p ?c
RESULT = 0
Passed: 1.9.2-p0, 1.9.1-p129, 1.8.6-p399, 1.8.7-p302
Failed:
If you want compatibility between 1.8 and 1.9, I suggest the following:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs