From: Quintus Date: 2012-05-18T19:51:55+09:00 Subject: Re: reading from and writing to a Unicode encoded file Am 18.05.2012 11:22, schrieb Vimal Selvam: > Hi Sebastjan H, > > You can use Iconv standard library of Ruby (Method Name: conv) which > help you to convert the unicode of the string or file. Iconv is deprecated and will be removed. Ruby has built-in encoding facilities, namely String#encode. > Please refer: > http://ruby-doc.org/stdlib-1.9.2/libdoc/iconv/rdoc/Iconv.html#method-c-conv > > Regards, > Vimal Raj Vale, Marvin