#include <string>
#include <WDllDefs.h>
Namespaces | |
namespace | Wt |
Functions | |
WT_API std::wstring | Wt::widen (const std::string &s) |
Convert a narrow to a wide string. | |
WT_API std::string | Wt::narrow (const std::wstring &s) |
Convert a wide to a narrow string. | |
WT_API std::wstring | Wt::fromUTF8 (const std::string &s) |
Decode a UTF8 string a wide string. | |
WT_API std::string | Wt::toUTF8 (const std::wstring &s) |
Encode a wide string to UTF8. |