diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 06:05:56 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 06:05:56 +0300 |
commit | 7c8423594d9601ce6bf78838a36d896ab94e728e (patch) | |
tree | d596de8e96d0d0d4921a6d94b6f56a72ef39336c /core/utf8.cpp | |
parent | 70d22ef07b945b799f6a8d39cbfbb1b6624f61a9 (diff) |
modified: core/modules.cpp
modified: core/utf8.cpp
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 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; } + |