From: "Wolfgang Nádasi-Donner" Date: 2007-08-17T05:21:10+09:00 Subject: Re: character to hex/binary/etc... John Joyce wrote: > On Aug 16, 2007, at 2:57 PM, Wolfgang N�dasi-Donner wrote: > >> -- >> Posted via http://www.ruby-forum.com/. >> > yes it builds a string representation of a number. > I want to take a hex or binary number though and return a character. > 0x49 for example is "I" irb(main):002:0> 0x49.chr => "I" It works! -- Posted via http://www.ruby-forum.com/.