1. NAME

FcUtf16ToUcs4 - convert UTF-16 to UCS4

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 int FcUtf16ToUcs4(FcChar8 *\fIsrc\fB);
 (FcEndian \fIendian\fB);
 (FcChar32 *\fIdst\fB);
 (int \fIlen\fB);
 \fR.fi

3. DESCRIPTION

Converts the next Unicode char from src into dst and returns the number of bytes containing the char. src must be at least len bytes long. Bytes of src are combined into 16-bit units according to endian.

4. VERSION

Fontconfig version 2.8.0