#pragma once #include #include namespace Psc { std::string utf8_2_platform(const std::string& utf8); std::string platform_2_utf8(const std::string& platform); std::filesystem::path path_from_utf8(const std::string& utf8_path); std::string path_to_utf8(const std::filesystem::path& p); }