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:
parent
a1cbc7fb42
commit
185cd63462
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user