Refresh 01-gnulib-directory.patch
[gnulib.git] / doc / glibc-headers / libintl.texi
1 @node libintl.h
2 @section @file{libintl.h}
3
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}.
9
10 Documentation:
11 @itemize
12 @item
13 @ifinfo
14 @ref{Message catalogs with gettext,,The `gettext' family of functions,libc},
15 @end ifinfo
16 @ifnotinfo
17 @url{http://www.gnu.org/software/libc/manual/html_node/Message-catalogs-with-gettext.html},
18 @end ifnotinfo
19 @item
20 @ifinfo
21 @ref{gettext,,,gettext},
22 @end ifinfo
23 @ifnotinfo
24 @url{http://www.gnu.org/software/gettext/manual/html_node/gettext.html}.
25 @end ifnotinfo
26 @end itemize
27
28 Gnulib module: gettext
29
30 Portability problems fixed by Gnulib, if GNU gettext is installed:
31 @itemize
32 @item
33 This header file is missing on some platforms:
34 MacOS 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, Interix 3.5, BeOS.
35 @item
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.
39 @end itemize
40
41 Portability problems not fixed by Gnulib:
42 @itemize
43 @end itemize