Hash :
19e096ae
Author :
Date :
2015-06-19T14:31:19
libunistring: bump minimum version to 0.9.6 The modules are listed by a script that does: * all modules depending on updated Unicode data: Regenerate. The modules are listed by a script that does: - for each file listed by: git show --oneline --name-only 705f4efc - deduce the containing modules, based on "Files:" - deduce the modules which depend on the containing modules, based on "Depends-on:"
Description:
Locale dependent, normalization insensitive comparison of UTF-16 strings.
Files:
lib/uninorm/u16-normcoll.c
lib/uninorm/u-normcoll.h
Depends-on:
uninorm/base
uninorm/u16-normxfrm
memcmp2
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/u16-normcoll])
Makefile.am:
if LIBUNISTRING_COMPILE_UNINORM_U16_NORMCOLL
lib_SOURCES += uninorm/u16-normcoll.c
endif
Include:
"uninorm.h"
License:
LGPL
Maintainer:
Daiki Ueno