Game doesn't start with special characters in save path #414
Comments
|
Game does start under linux with save path: "~/Łsaves/" |
|
It works correctly for me on Linux too No errors about setting save path or mounting it. I've also tried to add more Polish characters, but it still works correctly: I'll test that on Windows later. |
|
The windows file system uses UTF-16 for such characters. To edit a file with polish name, convert your UTF-8 string to UTF-16, then create it with the UTF-16 name. Maybe you can do it using "codecvt_utf8_utf16". |
|
Looks like the -savedir argument is encoded as Windows-1250 |
The text was updated successfully, but these errors were encountered: