From: Todd Benson Date: 2008-02-07T07:08:19+09:00 Subject: Re: Strange characters... how are they created? On Feb 6, 2008 4:11 AM, Daniel Waite wrote: > Daniel Waite wrote: > > The output, while more similar to what Transmission is generating, isn't > > quite as "funky." > > Scatch that "quite as funky" bit. I've hashed the SAME content and > gotten different results that what Transmission is generating. So I'm > still doing something wrong. > > -- > Posted via http://www.ruby-forum.com/. > > I don't know anything about bittorrent, but s = '20:Ÿø\îµÊ^Ω¬ ‡m$æÉ* ú0*' puts s.unpack('h*') might point you in the right direction. Todd