Make strcasecmp() work right in multibyte locales.
[gnulib.git] / modules / strcase
1 Description:
2 Case-insensitive string comparison functions.
3
4 Files:
5 lib/strcase.h
6 lib/strcasecmp.c
7 lib/strncasecmp.c
8 m4/strcase.m4
9 m4/mbrtowc.m4
10
11 Depends-on:
12 strnlen1
13 mbchar
14
15 configure.ac:
16 gl_STRCASE
17
18 Makefile.am:
19 lib_SOURCES += strcase.h
20
21 Include:
22 "strcase.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29