1. NAME

FcUcs4ToUtf8 - convert UCS4 to UTF-8

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 int FcUcs4ToUtf8(FcChar32 \fIsrc\fB);
 (FcChar8 \fIdst[FC_UTF8_MAX_LEN]\fB);
 \fR.fi

3. DESCRIPTION

Converts the Unicode char from src into dst and returns the number of bytes needed to encode the char.

4. VERSION

Fontconfig version 2.8.0