From: Bruno Haible Date: Sun, 11 Mar 2001 16:18:57 +0000 (+0000) Subject: Ideas for several new programs. X-Git-Tag: v0.10.36~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4facfe710651d9498f5751e1ca2afb5ef5f146fc;p=thirdparty%2Fgettext.git Ideas for several new programs. --- diff --git a/Admin/plans b/Admin/plans index 3e1eff3d4..42fc275c2 100644 --- a/Admin/plans +++ b/Admin/plans @@ -56,3 +56,23 @@ Things we plan to do. Comments welcome. - lib/ needs patches for building on systems without . - Protect all uses of LC_MESSAGES by HAVE_LC_MESSAGES. +- New programs: + + msgconv [-t encoding] [-o file] [file] + converts a PO file to another encoding, default UTF-8 + + msgsed [-e expr ...] [-o file] [file] + applies a SED script to all msgstrs. + + msguniq [--unique] [--repeated] + extract unique/repeated msgids + + msggrep [-L] [-f filename ...] [-o file] [file] + extract those messages belonging to a given list of files + + msgcat [-o file] [file ...] + combines several PO files + + msgen [-o file] [file] + fills all empty msgstrs with the msgid, marked fuzzy +