1FcUtf8ToUcs4(3)                                                FcUtf8ToUcs4(3)
2
3
4

NAME

6       FcUtf8ToUcs4 - convert UTF-8 to UCS4
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       int FcUtf8ToUcs4(FcChar8 *src);
12       (FcChar32 *dst);
13       (int len);
14       .fi
15

DESCRIPTION

17       Converts the next Unicode char from src into dst and returns the number
18       of bytes containing the char. src must be at least len bytes long.
19

VERSION

21       Fontconfig version 2.8.0
22
23
24
25                               18 November 2009                FcUtf8ToUcs4(3)
Impressum