view modules/unicase/u8-ct-totitle @ 40164:b973ad598121

Fix build error when building a shared libunistring on Android. * tests/uninorm/test-nfc.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfd.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfkc.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference. * tests/uninorm/test-nfkd.c (n): Don't define on Android. (main): Add 'volatile', to defeat a GCC optimization that would eliminate the reference.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 Jan 2019 21:14:08 +0100
parents 4c0b38aac75f
children
line wrap: on
line source

Description:
Titlecase mapping for UTF-8 substrings (locale dependent).

Files:
lib/unicase/u8-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/u8-wordbreaks
unictype/combining-class
unictype/property-soft-dotted
unistr/u8-mbtouc-unsafe
unistr/u8-uctomb
unistr/u8-cpy
uninorm/u8-normalize
stdbool

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u8-ct-totitle])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U8_CT_TOTITLE
lib_SOURCES += unicase/u8-ct-totitle.c
endif

Include:
"unicase.h"

License:
LGPLv3+ or GPLv2

Maintainer:
all