view modules/unicase/u8-is-cased @ 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:
Test whether case matters for an UTF-8 string.

Files:
lib/unicase/u8-is-cased.c
lib/unicase/u-is-cased.h

Depends-on:
unicase/base
unicase/u8-toupper
unicase/u8-tolower
unicase/u8-totitle
uninorm/u8-normalize
uninorm/nfd
unistr/u8-cmp

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-is-cased])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASED
lib_SOURCES += unicase/u8-is-cased.c
endif

Include:
"unicase.h"

License:
LGPL

Maintainer:
Bruno Haible