Expand description
Shared UTF-16 and wide-string conversion helpers.
Functionsยง
- pwstr_
to_ string - Convert a NUL-terminated
PWSTRintoString. - pwstr_
to_ string_ len - Convert a
PWSTRwith an explicit UTF-16 code-unit length intoString. - to_
utf16 - Encode UTF-8 text into UTF-16 code units without a trailing NUL.
- to_
utf16_ nul - Encode UTF-8 text into UTF-16 code units with a trailing NUL terminator.
- to_
utf16_ nul_ in - Fill a caller-provided UTF-16 buffer with text plus a trailing NUL terminator.