I'm exporting the results grid of a query run on a MSSQL table, and I've chosen the XML format, with UTF-8 encoding.
But the resulting file has an invalid XML declaration:
<?xml version="1.0" encoding="utf8"?>
which fails any XML validation, because it's missing the hyphen from "UTF-8" (I prefer it capitalized).