1FcUcs4ToUtf8(3) FcUcs4ToUtf8(3)
23
4
NAME
6FcUcs4ToUtf8 - convert UCS4 to UTF-8
7
SYNOPSIS
9#include <fontconfig/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.
1617
18
19
Fontconfig 2.14.1 21 10月 2022 FcUcs4ToUtf8(3)