1FcUtf8ToUcs4(3) FcUtf8ToUcs4(3)
23
4
NAME
6FcUtf8ToUcs4 - convert UTF-8 to UCS4
7
SYNOPSIS
9#include <fontconfig.h>
1011
int FcUtf8ToUcs4(FcChar8 *src);
12(FcChar32 *dst);
13(int len);
14.fi
15
DESCRIPTION
17Converts the next Unicode char from src into dst and returns the number
18of bytes containing the char. src must be at least len bytes long.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcUtf8ToUcs4(3)