]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
More plans.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Jun 2001 14:10:15 +0000 (14:10 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Jun 2001 14:10:15 +0000 (14:10 +0000)
Admin/plans

index 707dfe3d9565251aba0f6f25c1f6812c8307684e..4bc9d7ecb930d24fe634720457c3435bf2e3d6b6 100644 (file)
@@ -51,5 +51,17 @@ Things we plan to do. Comments welcome.
   msguniq [--unique] [--repeated]
   extract unique/repeated msgids
 
+  msginit
+  create initial PO file from POT file.
+
 - Rewrite doc node "Compendium", discuss functionality, then check
   implementation and add Karl's new tests.
+
+- Tool to help people to correct msgid strings:
+  1. Program to move msgstr contents to msgid contents,
+  2. Program to update the translations accordingly, much like msgmerge.
+
+- po-lex.c: backslash-newline recognition should come after multibyte
+  character recognition, not before. See ISO C 99. Right after multibyte
+  character recognition, keep track of the column number as well, and
+  use it in po_gram_error.