mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04: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…
x
Reference in New Issue
Block a user