view modules/unigbrk/u8-grapheme-breaks @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 4c0b38aac75f
children
line wrap: on
line source

Description:
Find grapheme cluster breaks in UTF-8 string.

Files:
lib/unigbrk/u8-grapheme-breaks.c
lib/unigbrk/u-grapheme-breaks.h

Depends-on:
unigbrk/base
unigbrk/uc-gbrk-prop
unistr/u8-mbtouc

configure.ac:
gl_MODULE_INDICATOR([unigbrk/u8-grapheme-breaks])
gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/u8-grapheme-breaks])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_BREAKS
lib_SOURCES += unigbrk/u8-grapheme-breaks.c
endif

Include:
"unigbrk.h"

License:
LGPLv3+ or GPLv2

Maintainer:
Ben Pfaff, Daiki Ueno