1FcUtf8ToUcs4(3) FcUtf8ToUcs4(3)
23
4
NAME
6FcUtf8ToUcs4 - convert UTF-8 to UCS4
7
SYNOPSIS
9#include <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 nust be at least len bytes long.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcUtf8ToUcs4(3)