mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-19 17:16:40 +00:00
using WindowsPath implies utf-8 for boost fs::path
This commit is contained in:
parent
584c121f33
commit
eafdefe999
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ namespace Files
|
||||||
WindowsPath::WindowsPath(const std::string& application_name)
|
WindowsPath::WindowsPath(const std::string& application_name)
|
||||||
: mName(application_name)
|
: mName(application_name)
|
||||||
{
|
{
|
||||||
|
boost::filesystem::path::imbue(boost::locale::generator.generate(""));
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getUserConfigPath() const
|
boost::filesystem::path WindowsPath::getUserConfigPath() const
|
||||||
|
|
Loading…
Reference in a new issue