1. NAME

FcUtf8ToUcs4 - convert UTF-8 to UCS4

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 int FcUtf8ToUcs4(FcChar8 *\fIsrc\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.

4. VERSION

Fontconfig version 2.8.0