db_dump: report encoding correctly ('utf-8' rather than 'iso-8859-1')

This commit is contained in:
David Anderson 2024-07-26 14:37:32 -07:00
parent 5d1d4c5b7e
commit 9c6ae74f4f
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public:
}
write(
"<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<%s>\n", tag.c_str()
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<%s>\n", tag.c_str()
);
}