All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WindowsStringHelpers.h
1 
2 #include <string>
3 
4 namespace Eegeo
5 {
6  namespace Windows
7  {
8  std::string UTF16ToUTF8(const std::wstring& input);
9  std::wstring UTF8ToUTF16(const std::string& input);
10  }
11 }