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