X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Ffunctions%2Fwcwidth.texi;h=b9653d13f7ec355155716b0d4f596df150309d39;hb=d0ed9df4b170fc03d349eb1e856265b2c3c16706;hp=082821127da88005452575395bfdf3ec9acff316;hpb=439db487c60a05eaf541fc9d8dd49218bcb8fd8d;p=gnulib.git diff --git a/doc/functions/wcwidth.texi b/doc/functions/wcwidth.texi index 082821127..b9653d13f 100644 --- a/doc/functions/wcwidth.texi +++ b/doc/functions/wcwidth.texi @@ -11,14 +11,14 @@ Portability problems fixed by Gnulib: @item This function is missing on some platforms: Solaris 2.5.1, mingw, BeOS. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize @item This function handles combining characters in UTF-8 locales incorrectly on some platforms: MacOS X 10.3. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize @item On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters.