From 7c8423594d9601ce6bf78838a36d896ab94e728e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 30 Oct 2010 06:05:56 +0300 Subject: modified: core/modules.cpp modified: core/utf8.cpp --- 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 25ed595..197684a 100644 --- a/core/utf8.cpp +++ b/core/utf8.cpp @@ -23,3 +23,4 @@ std::wstring toUTF16(std::string str) //convert as much as possible utf8::utf8to16(tmpstr.begin(), tmpstr.end(), back_inserter(ustr)); return ustr; } + -- cgit v1.2.3