wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
[gnulib.git] / doc / posix-functions / wcwidth.texi
1 @node wcwidth
2 @section @code{wcwidth}
3 @findex wcwidth
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html}
6
7 Gnulib module: wcwidth
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 IRIX 5.3, Solaris 2.5.1, mingw, BeOS.
14 @item
15 This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
16 glibc 2.8.
17 @item
18 This function handles combining characters in UTF-8 locales incorrectly on some
19 platforms:
20 MacOS X 10.3.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @item
26 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
27 accommodate all Unicode characters.
28 @end itemize