From ba3095b937bd051ca1438a837245d21db300a0d6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 22 Nov 2010 04:34:42 +0200 Subject: core services --- core/utf8.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/utf8.cpp') 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; -- cgit v1.2.3