meganekko/Util.h

6 lines
120 B
C
Raw Permalink Normal View History

2014-10-23 07:57:27 +00:00
#pragma once
std::string wstrToUtf8(const std::wstring& str);
std::wstring utf8toWStr(const std::string& str);