latin1_to_utf16 Function
Converts a Latin1 (iso-8859-1) string to a UTF-16 string.
_ASYNCRTIMP utf16string __cdecl latin1_to_utf16(
const std::string &s
);
Parameters
- s
Requirements
Header: asyncrt_utils.h
Namespace: utility::conversions
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Converts a Latin1 (iso-8859-1) string to a UTF-16 string.
_ASYNCRTIMP utf16string __cdecl latin1_to_utf16(
const std::string &s
);
Header: asyncrt_utils.h
Namespace: utility::conversions