view modules/unigbrk/uc-gbrk-prop @ 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:
Determine a Unicode character's Grapheme_Cluster_Break property.

Files:
lib/unigbrk/gbrkprop.h
lib/unigbrk/uc-gbrk-prop.c

Depends-on:
unigbrk/base

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.8], [unigbrk/uc-gbrk-prop])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIGBRK_UC_GBRK_PROP
lib_SOURCES += unigbrk/uc-gbrk-prop.c
endif

Include:
"unigbrk.h"

License:
LGPLv3+ or GPLv2

Maintainer:
Ben Pfaff, Daiki Ueno