00001 #ifndef UTILS_STRING_UTF_8_H 00002 #define UTILS_STRING_UTF_8_H 00003 00004 #include <string> 00005 00010 namespace Utils 00011 { 00016 namespace String 00017 { 00018 class WString; 00025 std::string ToUtf8(const WString& text); 00032 WString FromUtf8(const std::string& text); 00033 } 00034 } 00035 00036 #endif//UTILS_STRING_UTF_8_H