From: Alex Young Date: 2007-01-17T08:30:19+09:00 Subject: Re: Alternate URI escaping mechanisms? Davis Frank wrote: > URI#escape escapes to UTF-8. I need to escape to Latin-1 for Amazon's > REST API. Is there another library I can use? There doesn't seem to be > a way to change what URI#escape uses (at least, not from the skeleton > std API docs). > > I'm getting very little to go on via searching. Iconv may be what you're after... -- Alex