summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-29 01:21:42 +0200
committerBruno Haible <bruno@clisp.org>2010-03-29 01:21:42 +0200
commit12075e9728ddb3795679aba2d8e3178fb0a9a7c1 (patch)
tree115c21003f1bc34fa40d6a735f835fe244f94090
parent34ef76695d0aef835dbe4a1ba5682842c8bff7e8 (diff)
downloadgettext-12075e9728ddb3795679aba2d8e3178fb0a9a7c1.tar.gz
More plans.
-rw-r--r--Admin/plans9
1 files changed, 9 insertions, 0 deletions
diff --git a/Admin/plans b/Admin/plans
index caf5268b4..45ba8dc71 100644
--- a/Admin/plans
+++ b/Admin/plans
@@ -138,3 +138,12 @@ Things we plan to do. Comments welcome.
- filter-sr-latin should transform the resulting output to NFC form.
Needed because the input may contain decomposed Cyrillic accented letters.
+- Support python3 format strings,
+ as described in http://docs.python.org/library/string.html#formatstrings
+
+- In x-c.c, support \unnnn and \Unnnnnnnn escape sequences (ISO C 99
+ and C++0x http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2170.html)
+
+- In x-c.c, support C++0x escape sequences, see
+ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm
+