7e413581e5879924b24b3b2ee0ebd669054c343a
[gnulib.git] / doc / posix-functions / mbrlen.texi
1 @node mbrlen
2 @section @code{mbrlen}
3 @findex mbrlen
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbrlen.html}
6
7 Gnulib module: mbrlen
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
14 @item
15 This function does not put the state into non-initial state when parsing an
16 incomplete multibyte character on some platforms:
17 AIX 5.1, OSF/1 5.1.
18 @item
19 This function returns the total number of bytes that make up the multibyte
20 character, not the number of bytes that were needed to complete the multibyte
21 character, on some platforms:
22 HP-UX 11.11, Solaris 10.
23 @item
24 This function may not return 0 when parsing the NUL character on some platforms:
25 Solaris 9.
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @end itemize