1FcUcs4ToUtf8(3) FcUcs4ToUtf8(3)
23
4
NAME
6FcUcs4ToUtf8 - convert UCS4 to UTF-8
7
SYNOPSIS
9#include <fontconfig.h>
1011
int FcUcs4ToUtf8 (FcChar32 src, FcChar8 dst[FC_UTF8_MAX_LEN]);
12
DESCRIPTION
14Converts the Unicode char from src into dst and returns the number of
15bytes needed to encode the char.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcUcs4ToUtf8(3)