Mercurial > hg > octave-nkf > gnulib-hg
view doc/posix-functions/towctrans.texi @ 14322:4d31d731ac62
New module 'towctrans'.
* modules/towctrans: New file.
* lib/wctype.in.h (towctrans): New declaration.
* lib/towctrans.c: New file.
* lib/towctrans-impl.h: New file.
* m4/towctrans.m4: New file.
* m4/wctype_h.m4 (gl_WCTYPE_H): Test whether towctrans is declared.
(gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_TOWCTRANS.
* modules/wctype-h (Makefile.am): Substitute GNULIB_TOWCTRANS.
* tests/test-wctype-h-c++.cc: Test the declaration of towctrans.
* doc/posix-functions/towctrans.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 07 Feb 2011 00:29:31 +0100 |
parents | bb0ceefd22dc |
children | 847372253549 |
line wrap: on
line source
@node towctrans @section @code{towctrans} @findex towctrans POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towctrans.html} Gnulib module: towctrans Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: @itemize @item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize