Initializing help system before first use

XNLScodetoutf8

XNLScodetoutf8


Purpose
Generate a UTF-8 sequence from a Unicode code point.
Synopsis
int XNLScodetoutf8(unsigned int ucp, char *dst);
Arguments
ucp 
Code point
dst 
Destination buffer (must be of at least 4 bytes length)
Return value
Number of bytes written to the ouput buffer (between 1 and 4)
Related topics