forked from mirror/openmw-tes3mp
ESMTool set to use default Latin encoding
This commit is contained in:
parent
a1cbc7fb42
commit
185cd63462
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue