将 Latin1 (iso-8859-1) 字符串转换为 UTF-16 字符串。
_ASYNCRTIMP utf16string __cdecl latin1_to_utf16(
const std::string &s
);
参数
- s
要求
**标头:**asyncrt_utils.h
**命名空间:**utility::conversions
将 Latin1 (iso-8859-1) 字符串转换为 UTF-16 字符串。
_ASYNCRTIMP utf16string __cdecl latin1_to_utf16(
const std::string &s
);
**标头:**asyncrt_utils.h
**命名空间:**utility::conversions