modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / mbrlen.texi
blob7db550e3ad62aaaa94392b7173e7459d5a3f3153
1 @node mbrlen
2 @section @code{mbrlen}
3 @findex mbrlen
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html}
7 Gnulib module: mbrlen
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
14 @item
15 This function returns 0 instead of @code{(size_t) -2} when the input
16 is empty:
17 glibc 2.19.
18 @item
19 This function returns @code{(size_t) -1} instead of @code{(size_t) -2}
20 when the input is empty:
21 AIX 5.1.
22 @item
23 This function does not put the state into non-initial state when parsing an
24 incomplete multibyte character on some platforms:
25 AIX 5.1, OSF/1 5.1.
26 @item
27 This function returns the total number of bytes that make up the multibyte
28 character, not the number of bytes that were needed to complete the multibyte
29 character, on some platforms:
30 HP-UX 11.11, Solaris 11 2010-11.
31 @item
32 This function may not return 0 when parsing the NUL character on some platforms:
33 Solaris 9.
34 @end itemize
36 Portability problems not fixed by Gnulib:
37 @itemize
38 @end itemize