Detect wcwidth bug on OpenBSD 4.0.
[pspp] / doc / functions / wcwidth.texi
1 @node wcwidth
2 @section @code{wcwidth}
3 @findex wcwidth
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/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 Solaris 2.5.1, mingw, BeOS.
14 @item
15 This function handles combining characters in UTF-8 locales incorrectly on some
16 platforms:
17 MacOS X 10.3.
18 @item
19 This function handles double-width CJK characters in UTF-8 locales incorrectly
20 on some platforms:
21 OpenBSD 4.0.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
28 accommodate all Unicode characters.
29 @end itemize