From: Jeffrey Dik Date: 2005-11-09T05:16:44+09:00 Subject: Re: ASCII code thing...what gives? On Wed, Nov 09, 2005 at 04:57:12AM +0900, Todd wrote: > Hello, > > irb(main):001:0> ?T > => 84 > > irb(main):002:0> "\84" > => "84" > > irb(main):003:0> "\124" > => "T" > > irb(main):004:0> "\124\84" > => "T84" > > What? Do these operators not do what I think they should? 84 is 124 in octal. Hope that helps, Jeff > > Todd > > >