Is there something I'm missing or doesn't Print work when writing UTF-8 text to the console?
Here's a short example :
EDIT :Yes... very funny.. that should be the Russian text for "one", but it's been converted by the forum-engine. You can try google translate for your own text...
On Windows, it prints :
which is, if I read correctly, the 4 UTF-8 characters separated out into it's 8-byte parts.
I expect I'll get the same results on Mac and Linux.
Perhaps it's a bug with the Stream of StandardIO ?
Ho hum..
Here's a short example :
SuperStrict Print "один"
EDIT :Yes... very funny.. that should be the Russian text for "one", but it's been converted by the forum-engine. You can try google translate for your own text...
On Windows, it prints :
одинwhich is, if I read correctly, the 4 UTF-8 characters separated out into it's 8-byte parts.
I expect I'll get the same results on Mac and Linux.
Perhaps it's a bug with the Stream of StandardIO ?
Ho hum..