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