Ascii ?c "c""c".ord.chr question

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: