Convert STFS filenames from Win-1252 to UTF-8

This commit is contained in:
NicknineTheEagle
2024-09-22 20:24:37 +03:00
committed by Radosław Gliński
parent 60b31af811
commit 6cba5ba7e6
5 changed files with 89 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ char* xe_strdup(const char* source);
std::string to_utf8(const std::u16string_view source);
std::u16string to_utf16(const std::string_view source);
std::string utf8_to_win1252(const std::string_view source);
std::string win1252_to_utf8(const std::string_view source);
} // namespace xe