1FcUtf16ToUcs4(3)                                              FcUtf16ToUcs4(3)
2
3
4

NAME

6       FcUtf16ToUcs4 - convert UTF-16 to UCS4
7

SYNOPSIS

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

DESCRIPTION

18       Converts the next Unicode char from src into dst and returns the number
19       of bytes containing the char. src must be  at  least  len  bytes  long.
20       Bytes of src are combined into 16-bit units according to endian.
21

VERSION

23       Fontconfig version 2.8.0
24
25
26
27                               18 November 2009               FcUtf16ToUcs4(3)
Impressum