FcUtf8ToUcs4.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcUtf8ToUcs4" "3" "18 November 2009" "" ""
3.SH NAME
4FcUtf8ToUcs4 \- convert UTF-8 to UCS4
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9int FcUtf8ToUcs4(FcChar8 *\fIsrc\fB);
10(FcChar32 *\fIdst\fB);
11(int \fIlen\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15Converts the next Unicode char from \fIsrc\fR into
16\fIdst\fR and returns the number of bytes containing the
17char. \fIsrc\fR must be at least
18\fIlen\fR bytes long.
19.SH "VERSION"
20.PP
21Fontconfig version 2.8.0
22