leethomason / tinyxml2

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
zlib License
5.09k stars 1.83k forks source link

Encoding issues with created XML documents #994

Closed Spixmaster closed 2 months ago

Spixmaster commented 2 months ago

Use SetBom() to have non-ASCII characters printed correctly.

tinyxml2::XMLDocument xml;
xml.SetBOM(true);