modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / wcswidth.texi
blob71d1f341bbe7f1436000293320772a66e0e7d722
1 @node wcswidth
2 @section @code{wcswidth}
3 @findex wcswidth
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcswidth.html}
7 Gnulib module: wcswidth
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 OpenBSD 3.8, Minix 3.1.8, IRIX 5.3, Solaris 2.5.1, mingw, MSVC 9, BeOS.
14 @item
15 This function handles combining characters in UTF-8 locales incorrectly on some
16 platforms:
17 Mac OS X 10.3.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
24 accommodate all Unicode characters.
25 @end itemize