Mercurial > hg > octave-nkf > gnulib-hg
view modules/unicase/u16-ct-totitle @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | c5273d4d49b3 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: Titlecase mapping for UTF-16 substrings (locale dependent). Files: lib/unicase/u16-ct-totitle.c lib/unicase/u-ct-totitle.h lib/unicase/context.h Depends-on: unicase/base unicase/cased unicase/ignorable unicase/special-casing unicase/totitle unicase/tolower uniwbrk/u16-wordbreaks unictype/combining-class unictype/property-soft-dotted unistr/u16-mbtouc-unsafe unistr/u16-uctomb unistr/u16-cpy uninorm/u16-normalize stdbool configure.ac: gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u16-ct-totitle]) Makefile.am: if LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE lib_SOURCES += unicase/u16-ct-totitle.c endif Include: "unicase.h" License: LGPL Maintainer: Bruno Haible