From: Nobuyoshi Nakada Date: 2007-05-09T08:51:57+09:00 Subject: Re: Unicode string conversion Hi, At Sun, 6 May 2007 23:05:37 +0900, Alexandre Rosenfeld wrote in [ruby-talk:250503]: > What I'm confused is to why Iconv coudlnt convert it. Does Iconv expects > for the BOM, even when I specify UTF16LE, which would make it explicit > the byte order? BOM is a "ZERO WIDTH NON-BREAKING SPACE" at the beginning of a text. Almost iconv(3) should be possible to deal with it. Can't you show minimal data to reproduce the error? -- Nobu Nakada