From: Jochen Immendoerfer Date: 2005-02-15T02:33:39+09:00 Subject: Re: Austin Ziegler gmail.com> writes: > Ruby is probably returning the right values, but you're not displaying > them in Unicode. If you're running on the console, type this before > running your program: > > chcp 65001 > > This will enable the console to behave in UTF-8 mode, which should work. > > It would also help if you can see the internal representation of the value: > > puts x.range("A1").value.inspect > > -austin Hi Austin, thanks for your answer. I tried your suggestion, but unfortunately I still get the same result. Even after changing the codepage the output of puts x.range("A1").value.inspect remains "???????" . For me it looks like as if win32ole is not able to handle the charset. Any further ideas? regards, jochen