2 @section @code{wcwidth}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcwidth.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 Minix 3.1.8, IRIX 5.3, Solaris 2.5.1, mingw, BeOS.
15 This function is not declared (without @code{-D_GNU_SOURCE}) on some platforms:
18 This function handles combining characters in UTF-8 locales incorrectly on some
23 Portability problems not fixed by Gnulib:
26 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
27 accommodate all Unicode characters.