diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-07-08 09:13:57 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-07-08 09:13:57 +0900 |
commit | b877f85b1825a080fc7562bfbe4ed697d94016e8 (patch) | |
tree | 701433d7e2c3c7ac54e47b30e822c671782f9ec0 /Admin | |
parent | d3dd94e8c77511839fce4ca032c7a538afa60a6c (diff) | |
download | external_gettext-b877f85b1825a080fc7562bfbe4ed697d94016e8.zip external_gettext-b877f85b1825a080fc7562bfbe4ed697d94016e8.tar.gz external_gettext-b877f85b1825a080fc7562bfbe4ed697d94016e8.tar.bz2 |
Remove implemented features from Admin/plans.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/plans | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Admin/plans b/Admin/plans index bc7cafe..3ad3421 100644 --- a/Admin/plans +++ b/Admin/plans @@ -138,9 +138,6 @@ 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) @@ -149,5 +146,3 @@ Things we plan to do. Comments welcome. - Use libunistring as hard dependency. -- Extractor for Glade 3. - |