mirror of https://github.com/BOINC/boinc.git
db_dump: report encoding correctly ('utf-8' rather than 'iso-8859-1')
This commit is contained in:
parent
5d1d4c5b7e
commit
9c6ae74f4f
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue