From: Vaibhav Bhandari Date: 2008-04-04T01:05:12+09:00 Subject: UTF-8 in Ruby ------=_Part_1865_13427313.1207238712012 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi all - Whats the recommended way to ensure that a string sent over the wire is UTF-8. I want to do a post to a web-service and the content needs to be UTF-8. Whats the best way to do - "content".encoding('UTF-8') Thanks in advance. regards, Vaibhav ------=_Part_1865_13427313.1207238712012--