Make sure the encoding is right

develop
Espen Wiborg 2011-12-28 21:22:39 +01:00
parent 6c0d5d3cd2
commit 21d81c8804
1 changed files with 1 additions and 1 deletions

@ -163,7 +163,7 @@ DFhackCExport command_result export_dwarves (Core * c, std::vector <std::string>
uint32_t num_creatures;
cr->Start(num_creatures);
outf << "<Creatures>" << endl;
outf << "<?xml version='1.0' encoding='ibm850'?>" << endl << "<Creatures>" << endl;
for (unsigned i = 0; i < num_creatures; ++i)
{