Hello, Is there any way to output non-ASCII characters (actually, I have a string in multibyte encoding, UTF8) to the stdout unescaped? I need a way just to write the bytes into the stdout, the same as the write(stdout, "<UTF8 data>", size) does in case of C-code. -- WBR, Ivan S. Dubrov