2 @section @file{libintl.h}
4 Defines the macros @code{__USE_GNU_GETTEXT},
5 @code{__GNU_GETTEXT_SUPPORTED_REVISION}, and declares the functions
6 @code{gettext}, @code{dgettext}, @code{dcgettext},
7 @code{ngettext}, @code{dngettext}, @code{dcngettext},
8 @code{textdomain}, @code{bindtextdomain}, @code{bind_textdomain_codeset}.
14 @ref{Message catalogs with gettext,,The `gettext' family of functions,libc},
17 @url{https://www.gnu.org/software/libc/manual/html_node/Message-catalogs-with-gettext.html},
21 @ref{gettext,,,gettext},
24 @url{https://www.gnu.org/software/gettext/manual/html_node/gettext.html}.
28 Gnulib module: gettext
30 Portability problems fixed by Gnulib, if GNU gettext is installed:
33 This header file is missing on some platforms:
34 Mac OS X 10.5, FreeBSD 6.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
36 The functions cannot deal with GNU .mo files with system-dependent strings
37 (of major version 1 or of minor version 1) on some non-glibc platforms:
38 NetBSD 3.0, Solaris 10.
41 Portability problems not fixed by Gnulib: