From 70d22ef07b945b799f6a8d39cbfbb1b6624f61a9 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 30 Oct 2010 05:36:41 +0300 Subject: utf8 --- core/utf8.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/utf8.h (limited to 'core/utf8.h') diff --git a/core/utf8.h b/core/utf8.h new file mode 100644 index 0000000..b386a3c --- /dev/null +++ b/core/utf8.h @@ -0,0 +1,8 @@ +#ifndef UTF8_H +#define UTF8_H + +std::string toUTF8(std::wstring str); +std::string toUTF8(std::string str); +std::wstring toUTF16(std::string str); + +#endif -- cgit v1.2.3