From: Michal Suchanek Date: 2008-08-20T04:10:19+09:00 Subject: Re: Ruby 1.8.* convert string to utf-8 On 19/08/2008, Pavel Drobushevich wrote: > Dear Axel, > Thank you for advice. > Dear Michal, > Thank you. It's good util. > > But I prefer use more simple util tellenc (http://wyw.dcweb.cn/). tellenc is limited to English and Chinese (and multibyte encodings for other languages). At least it would seem so from the list of supported encodings on the web page. However, enca tries to leverage the fact that a language does not use all positions in a single-byte encoding so if you give the language it can tell apart different single-byte encodings with good accuracy. Thanks Michal