const-utf16 icon indicating copy to clipboard operation
const-utf16 copied to clipboard

Utf8 to utf16 conversion functions for use in const contexts

Results 1 const-utf16 issues
Sort by recently updated
recently updated
newest added

In the Windows world UTF-16 strings are not only encountered when interfacing with APIs, but also in a few on-disk structures (e.g. NT registry hives or NTFS filesystems). This complicates...