From 5e237eda5632e7b719300c25148e9e1907fba907 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 20 Oct 2003 15:52:27 +0000 Subject: Updated gettext contents git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gettext-desc.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'appendixa/gettext-desc.xml') diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 750de7f1e..4d4483fc6 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -2,6 +2,9 @@ Short descriptions +autopoint copies standard gettext infrastructure +files into a source package. + config.charset outputs a system-dependent table of character encoding aliases. @@ -66,8 +69,17 @@ textual message whose grammatical form depends on a number. xgettext extracts the translatable message lines from the given source files, to make the first translation template. +libasprintf defines the autosprintf class which +makes C formatted output routines usable in C++ programs, for use with the +<string> strings and the <iostream> streams. + libgettextlib... +libgettextpo is used to write specialized +programs that process PO files. This library is used when the standard +applications shipped with gettext won't suffice (such as msgcomm, msgcmp, +msgattrib and msgen). + libgettextsrc... -- cgit v1.2.3-54-g00ecf