summaryrefslogtreecommitdiff
path: root/modules/unicase/u8-is-titlecase
blob: 2e5732e6198deddc8ca35dd6ad1196d07edbc7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
Test whether an UTF-8 string is entirely title case.

Files:
lib/unicase/u8-is-titlecase.c

Depends-on:
unicase/base
unicase/u8-is-invariant
unicase/u8-totitle

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.6], [unicase/u8-is-titlecase])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U8_IS_TITLECASE
lib_SOURCES += unicase/u8-is-titlecase.c
endif

Include:
"unicase.h"

License:
LGPL

Maintainer:
all