Hi When I create a XML data stream using QXmlStreamWriter, my stream starts with <?xml version="1.0"?> How can I add the encoding information, so that I get <?xml version="1.0" encoding="UTF-8"?> Any hints appreciated! -Marc Balmer