view modules/uninorm/nfc @ 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:
Canonical normalization of Unicode strings.

Files:
lib/uninorm/nfc.c
lib/uninorm/normalize-internal.h

Depends-on:
uninorm/base
uninorm/canonical-decomposition
uninorm/composition
uninorm/nfd

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.8], [uninorm/nfc])

Makefile.am:
if LIBUNISTRING_COMPILE_UNINORM_NFC
lib_SOURCES += uninorm/nfc.c
endif

Include:
"uninorm.h"

License:
LGPLv2+

Maintainer:
all