diff options
| author | 2016-03-31 18:58:37 +0800 | |
|---|---|---|
| committer | 2016-03-31 18:58:37 +0800 | |
| commit | acfa76aa381f7220606962777510809fa55a6a04 (patch) | |
| tree | ac53fbf9d105f913c87ca1acf4ba2595bfe4e598 /src/common/string_util.h | |
| parent | Merge pull request #1611 from ObsidianX/cfg-common-fix (diff) | |
| download | yuzu-acfa76aa381f7220606962777510809fa55a6a04.tar.gz yuzu-acfa76aa381f7220606962777510809fa55a6a04.tar.xz yuzu-acfa76aa381f7220606962777510809fa55a6a04.zip | |
Fix encode problem On Windows
Diffstat (limited to 'src/common/string_util.h')
| -rw-r--r-- | src/common/string_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index c5c474c6f..89d9f133e 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -95,7 +95,7 @@ std::string CP1252ToUTF8(const std::string& str); | |||
| 95 | std::string SHIFTJISToUTF8(const std::string& str); | 95 | std::string SHIFTJISToUTF8(const std::string& str); |
| 96 | 96 | ||
| 97 | #ifdef _WIN32 | 97 | #ifdef _WIN32 |
| 98 | 98 | std::string UTF16ToUTF8(const std::wstring& input); | |
| 99 | std::wstring UTF8ToUTF16W(const std::string& str); | 99 | std::wstring UTF8ToUTF16W(const std::string& str); |
| 100 | 100 | ||
| 101 | #ifdef _UNICODE | 101 | #ifdef _UNICODE |