marius00 / iagd

MIT License
108 stars 33 forks source link

Instaloot: Cyrillic characters causes the dll to not load #156

Closed marius00 closed 2 years ago

marius00 commented 2 years ago

The offending code: const auto settingsJson = GetIagdFolder() + L"settings.json"; const std::string settingsJsonAnsi = std::wstring_convert<std::codecvt_utf8<wchar_t>>().to_bytes(settingsJson);

marius00 commented 2 years ago

Fixed in 1.3.8071.28441