Originally Posted by kovidgoyal
The windows console is extrememely limited. You get I/O errors if too much ttext is output to it for instance. I suggest you redirect the output to a file, that will remove the I/O errors. The file will contain utf-8 encoded text.
|