view modules/unigbrk/u32-grapheme-next @ 17431:744044c581c4

getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jun 2013 19:52:46 -0700
parents bf75753bb6d8
children
line wrap: on
line source

Description:
Find start of next grapheme cluster in UTF-32 string.

Files:
lib/unigbrk/u32-grapheme-next.c
tests/macros.h

Depends-on:
unigbrk/uc-is-grapheme-break
unistr/u32-mbtouc

configure.ac:
gl_MODULE_INDICATOR([unigbrk/u32-grapheme-next])
gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u32-grapheme-next])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U32_GRAPHEME_NEXT
lib_SOURCES += unigbrk/u32-grapheme-next.c
endif

Include:
"unigbrk.h"

License:
LGPL

Maintainer:
Ben Pfaff, Bruno Haible