From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- .../fontconfig/doc/fontconfig-devel/r3085.html | 219 --------------------- 1 file changed, 219 deletions(-) delete mode 100644 nx-X11/extras/fontconfig/doc/fontconfig-devel/r3085.html (limited to 'nx-X11/extras/fontconfig/doc/fontconfig-devel/r3085.html') diff --git a/nx-X11/extras/fontconfig/doc/fontconfig-devel/r3085.html b/nx-X11/extras/fontconfig/doc/fontconfig-devel/r3085.html deleted file mode 100644 index 20664f3fb..000000000 --- a/nx-X11/extras/fontconfig/doc/fontconfig-devel/r3085.html +++ /dev/null @@ -1,219 +0,0 @@ - -FcUtf8Len
PrevNext

FcUtf8Len

Name

FcUtf8Len -- count UTF-8 encoded chars

Synopsis

#include <fontconfig.h>
-	

FcBool FcUtf8Len(FcChar8 *src, intlen, int *nchar, int *wchar);

Description

Counts the number of Unicode chars in len bytes of -src. Places that count in -nchar. wchar contains 1, 2 or -4 depending on the number of bytes needed to hold the largest unicode char -counted. The return value indicates whether src is a -well-formed UTF8 string. -

Version

Fontconfig version 2.3.2 - -


PrevHomeNext
FcUcs4ToUtf8UpFcUtf16ToUcs4
\ No newline at end of file -- cgit v1.2.3