Hi, How can I read an UTF-8 encoded text under Windows? My Windows locale uses windows-1250 encoding. It seems to me that a conversion to ansi happens when I am reading from standard input, so the UTF-8 text is corrupted. Do I need to do something special for this to work? Thanks