1FcUcs4ToUtf8(3) FcUcs4ToUtf8(3)
23
4
NAME
6FcUcs4ToUtf8 - convert UCS4 to UTF-8
7
SYNOPSIS
9#include <fontconfig.h>
1011
int FcUcs4ToUtf8(FcChar32 src);
12(FcChar8 dst[FC_UTF8_MAX_LEN]);
13.fi
14
DESCRIPTION
16Converts the Unicode char from src into dst and returns the number of
17bytes needed to encode the char.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcUcs4ToUtf8(3)