John Joyce wrote: > On May 5, 2007, at 9:01 AM, Alexandre Rosenfeld wrote: > >> it can show Unicode strings? >> >> -- >> Posted via http://www.ruby-forum.com/. >> > Stripping the BOM? (byte order mark) > Should be fine. Unicode works just as well w/ no BOM, actually better > with no BOM. > The first thing you should check for though is the presence of the > BOM and read the BOM. There is no BOM. The specifications clearly states it "uses UTF-16, little endian, and the Byte-Order Marker (BOM) character is not present" 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? -- Posted via http://www.ruby-forum.com/.