342112ca7748a715b432eaffb00bc9cc20e70c46
[gnulib.git] / doc / posix-functions / strcasecmp.texi
1 @node strcasecmp
2 @section @code{strcasecmp}
3 @findex strcasecmp
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html}
6
7 Gnulib module: strcase
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function cannot work correctly on character strings in multibyte locales.
19 Gnulib provides an alternative function @code{mbscasecmp} that does a case
20 insensitive comparison of character strings and that works in all locales.
21 @end itemize