std::string fromCodePageAnsi(std::string_view)
Converts from the active OEM codepage (see GetACP(), 1252 on unix) to UTF-8.
std::string toCodePageOem(std::string_view)
Converts from UTF-8 to the active OEM codepage (see GetOEMCP(), 850 on unix).
std::string toCodePage850(std::string_view s)
Converts from UTF-8 to codepage 850.
std::string fromCodePage1252(std::string_view s)
Converts from codepage 1252 to UTF-8.
std::string fromCodePageOem(std::string_view)
Converts from the active OEM codepage (see GetOEMCP(), 850 on unix) to UTF-8.
std::string fromCodePage850(std::string_view s)
Converts from codepage 850 to UTF-8.
std::string toCodePageAnsi(std::string_view)
Converts from UTF-8 to the active "ansi" codepage (see GetACP(), 1252 on unix).
std::string toCodePage1252(std::string_view s)
Converts from UTF-8 to codepage 1252.