1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00

ESMTool set to use default Latin encoding

This commit is contained in:
Michael Papageorgiou 2012-03-01 14:19:27 +02:00
parent a1cbc7fb42
commit 185cd63462

View File

@ -29,6 +29,7 @@ int main(int argc, char**argv)
}
ESMReader esm;
esm.setEncoding("win1252"); // FIXME: This should be configurable
const char* filename = info.inputs[0];
cout << "\nFile: " << filename << endl;