This commit is contained in:
MihailRis
2024-05-06 03:15:27 +03:00
parent 91aacafecb
commit f27a418dbe
81 changed files with 310 additions and 302 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef UTIL_PLATFORM_HPP_
#define UTIL_PLATFORM_HPP_
#include <string>
namespace platform {
void configure_encoding();
// @return environment locale in ISO format ll_CC
std::string detect_locale();
}
#endif // UTIL_PLATFORM_HPP_