diff options
Diffstat (limited to 'core/utf8.cpp')
-rw-r--r-- | core/utf8.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/utf8.cpp b/core/utf8.cpp index 7b091a8..c5e83e1 100644 --- a/core/utf8.cpp +++ b/core/utf8.cpp @@ -36,6 +36,7 @@ std::string toUTF8(std::string str) } + std::wstring toUTF16(std::string str) //convert as much as possible { std::wstring ustr; |