mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Remove setting up en_US.UTF-8 locale in VCMIDirsWIN32::init()
This commit is contained in:
@@ -171,9 +171,6 @@ class VCMIDirsWIN32 final : public IVCMIDirs
|
||||
|
||||
void VCMIDirsWIN32::init()
|
||||
{
|
||||
std::locale::global(boost::locale::generator().generate("en_US.UTF-8"));
|
||||
boost::filesystem::path::imbue(std::locale());
|
||||
|
||||
// Call base (init dirs)
|
||||
IVCMIDirs::init();
|
||||
|
||||
|
Reference in New Issue
Block a user