File
File: dtsearch.h
Syntax
C++
long DLLFUNC dtssUtf8Decode(wchar_t * dest, long destLen, const char * source, long sourceLen, long flags);
Group
Parameters
Parameters |
Description |
---|---|
wchar_t * dest |
Buffer to receive Unicode text |
long destLen |
Size of dest buffer, in characters |
const char * source |
UTF-8 text to convert |
long sourceLen |
Number of UTF-8 characters to convert |
long flags |
Not used |
Returns
Length of the output string, in characters
Description
Convert UTF-8 to Unicode (deprecated: use dtssUtf8Decode2)