mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
@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
|