diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-11 16:18:57 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-11 16:18:57 +0000 |
commit | 4facfe710651d9498f5751e1ca2afb5ef5f146fc (patch) | |
tree | cb9c09f2f5b0ddfb01bd7c40e745aca723084e9c /Admin | |
parent | e0d46c88d40eaf9d61209de1e0f0d47d75bf7029 (diff) | |
download | external_gettext-4facfe710651d9498f5751e1ca2afb5ef5f146fc.zip external_gettext-4facfe710651d9498f5751e1ca2afb5ef5f146fc.tar.gz external_gettext-4facfe710651d9498f5751e1ca2afb5ef5f146fc.tar.bz2 |
Ideas for several new programs.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/plans | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Admin/plans b/Admin/plans index 3e1eff3..42fc275 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 <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 + |