832d6eb49df16a4432a75dfe112a10019350a0dd
[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/susv3xsh/strcasecmp.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function cannot work correctly on character strings in multibyte locales.
17 Gnulib provides an alternative function @code{mbscasecmp} that does a case
18 insensitive comparison of character strings and that works in all locales.
19 @end itemize