Hash :
c35f7836
Author :
Date :
2008-01-12T16:28:52
Add documentation chapter about the glibc header files.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
@node libintl.h
@section @file{libintl.h}
Defines the macros @code{__USE_GNU_GETTEXT},
@code{__GNU_GETTEXT_SUPPORTED_REVISION}, and declares the functions
@code{gettext}, @code{dgettext}, @code{dcgettext},
@code{ngettext}, @code{dngettext}, @code{dcngettext},
@code{textdomain}, @code{bindtextdomain}, @code{bind_textdomain_codeset}.
Documentation:
@itemize
@item
@ifinfo
@ref{Message catalogs with gettext,,The `gettext' family of functions,libc},
@end ifinfo
@ifnotinfo
@url{http://www.gnu.org/software/libc/manual/html_node/Message-catalogs-with-gettext.html},
@end ifnotinfo
@item
@ifinfo
@ref{gettext,,,gettext},
@end ifinfo
@ifnotinfo
@url{http://www.gnu.org/software/gettext/manual/html_node/gettext.html}.
@end ifnotinfo
@end itemize
Gnulib module: gettext
Portability problems fixed by Gnulib, if GNU gettext is installed:
@itemize
@item
This header file is missing on some platforms:
MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw, Interix 3.5, BeOS.
@item
The functions cannot deal with GNU .mo files with system-dependent strings
(of major version 1 or of minor version 1) on some non-glibc platforms:
NetBSD 3.0, Solaris 10.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize