Fix encode problem On Windows
This commit is contained in:
parent
7e2c0c5371
commit
acfa76aa38
5 changed files with 37 additions and 32 deletions
|
@ -95,7 +95,7 @@ std::string CP1252ToUTF8(const std::string& str);
|
|||
std::string SHIFTJISToUTF8(const std::string& str);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
std::string UTF16ToUTF8(const std::wstring& input);
|
||||
std::wstring UTF8ToUTF16W(const std::string& str);
|
||||
|
||||
#ifdef _UNICODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue