|
YF_API bool | platform_ex::Windows::CheckWine () |
| 判断是否在 Wine 环境下运行。 更多...
|
|
YF_API std::string | platform_ex::Windows::UTF8ToMBCS (const char *, std::size_t, int=CP_ACP) |
|
std::string | platform_ex::Windows::UTF8ToMBCS (const char *str, int cp=CP_ACP) |
|
std::string | platform_ex::Windows::UTF8ToMBCS (const std::string &str, int cp=CP_ACP) |
|
std::string | platform_ex::Windows::WCSToMBCS (const wchar_t *str, std::size_t len, int cp) |
|
std::string | platform_ex::Windows::WCSToMBCS (const wchar_t *str, int cp=CP_ACP) |
|
std::string | platform_ex::Windows::WCSToMBCS (const std::wstring &str, int cp=CP_ACP) |
|
std::wstring | platform_ex::Windows::MBCSToWCS (const char *str, std::size_t len, int cp) |
|
std::wstring | platform_ex::Windows::MBCSToWCS (const char *str, int cp=CP_ACP) |
|
std::wstring | platform_ex::Windows::MBCSToWCS (const std::string &str, int cp=CP_ACP) |
|