]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Ideas for several new programs.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 16:18:57 +0000 (16:18 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 16:18:57 +0000 (16:18 +0000)
Admin/plans

index 3e1eff3d4efbc61c5b6b98864e048e0a9c27a66d..42fc275c2f634f72dc1e39bed1de3708e108562c 100644 (file)
@@ -56,3 +56,23 @@ Things we plan to do. Comments welcome.
 - lib/ needs patches for building on systems without <libintl.h>.
 - 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
+