mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)
This commit is contained in:
parent
54dcd3a89b
commit
e66ad018f4
4 changed files with 76 additions and 12 deletions
|
@ -122,6 +122,7 @@ bool StringEndsWith(const std::string& str, const std::string& end);
|
|||
|
||||
std::string CP1252ToUTF8(const std::string& str);
|
||||
std::string SHIFTJISToUTF8(const std::string& str);
|
||||
std::string UTF8ToSHIFTJIS(const std::string& str);
|
||||
std::string UTF16ToUTF8(const std::wstring& str);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue