Branch
Hash :
c36a0f21
Author :
Date :
2024-10-27T17:01:29
doc: Add a module index. * doc/Makefile (undocumented-modules.texi): New rule. (%.info, %.html, %.dvi, %.pdf): Depend on undocumented-modules.texi. (mostlyclean): Remove also *.m and *.tmp. (force): New rule. * doc/*.texi: Add module index entries. * doc/*/*.texi: Likewise.
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 44 45 46
@node libintl.h
@section @file{libintl.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/libintl.h.html}
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{https://www.gnu.org/software/libc/manual/html_node/Message-catalogs-with-gettext.html},
@end ifnotinfo
@item
@ifinfo
@ref{gettext,,,gettext},
@end ifinfo
@ifnotinfo
@url{https://www.gnu.org/software/gettext/manual/html_node/gettext.html}.
@end ifnotinfo
@end itemize
Gnulib module: gettext
@mindex gettext
Portability problems fixed by Gnulib, if GNU gettext is installed:
@itemize
@item
This header file is missing on some platforms:
macOS 14, FreeBSD 14.0, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, mingw, MSVC 14, Android 9.0.
@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