Outputting non-ASCII characters

Ivan Dubrov wfragg@REDACTED
Sat Jan 21 17:13:02 CET 2006


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



More information about the erlang-questions mailing list