#include "Common.hpp"
#include "AnsiWide.hpp"
Namespaces | |
| namespace | Core |
Functions | |
| void | Core::AnsiToWide (const char *pszBegin, const char *pszEnd, wchar_t *pszDst) |
| Convert a string from ANSI to Wide. | |
| std::wstring | Core::AnsiToWide (const char *pszBegin, const char *pszEnd) |
| Convert a string from ANSI to Wide. | |
| void | Core::WideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd, char *pszDst) |
| Convert a string from Wide to ANSI. | |
| std::string | Core::WideToAnsi (const wchar_t *pszBegin, const wchar_t *pszEnd) |
| Convert a string from Wide to ANSI. | |
1.5.2