1FcUtf8ToUcs4(3) FcUtf8ToUcs4(3)
23
4
NAME
6FcUtf8ToUcs4 - convert UTF-8 to UCS4
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
int FcUtf8ToUcs4 (FcChar8 *src, FcChar32 *dst, int len);
12
DESCRIPTION
14Converts the next Unicode char from src into dst and returns the number
15of bytes containing the char. src must be at least len bytes long.
1617
18
19
Fontconfig 2.14.1 21 10月 2022 FcUtf8ToUcs4(3)