I just want to write some few simple lines to a text file in C++, but I want them to be encoded in UTF-8. What is the easiest and simple way to do so?
There is nice tiny library to work with utf8 from c++: utfcpp