Imported Upstream version 2.10.2
[platform/upstream/fontconfig.git] / doc / FcUtf8ToUcs4.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcUtf8ToUcs4" "3" "26 11月 2012" "" ""
3 .SH NAME
4 FcUtf8ToUcs4 \- convert UTF-8 to UCS4
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 .sp
9 int FcUtf8ToUcs4 (FcChar8 *\fIsrc\fB, FcChar32 *\fIdst\fB, int \fIlen\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Converts the next Unicode char from \fIsrc\fR into
14 \fIdst\fR and returns the number of bytes containing the
15 char. \fIsrc\fR must be at least
16 \fIlen\fR bytes long.
17 .SH "VERSION"
18 .PP
19 Fontconfig version 2.10.2