I'm using the rtranslate gem (sishen-rtranslate) to handle translating some text. It uses open-uri to scrape Google Translate. If I attempt to translate text from English to Spanish it outputs some garbage characters. Translating the word "where" returns "d??³nde" instead of "dónde" Any idea why this is happening and what I can do to fix this? Thanks! -- Posted via http://www.ruby-forum.com/.