From: Brian Candler Date: 2009-05-27T23:59:48+09:00 Subject: Re: String from code points? Ken wrote: > If the error happens then does it mean the ruby(http:// > tryruby.hobix.com/) is using a old version? Type RUBY_DESCRIPTION to see that it's running 1.8.7 All this encoding stuff requires 1.9.x. Matz's example works on 1.9.1 and 1.9.2. -- Posted via http://www.ruby-forum.com/.