summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:49:12 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:49:12 +0100
commit2e5f2a0fb1d0bdb78d43a86d2f51904a23a6670c (patch)
tree9306d9e52b7c09f2ea1ad004250c5df57d011931 /TODOS
parentb49b7be5f83fa9c1b511dd305a3868a2a367b939 (diff)
downloadwolfbones-2e5f2a0fb1d0bdb78d43a86d2f51904a23a6670c.tar.gz
wolfbones-2e5f2a0fb1d0bdb78d43a86d2f51904a23a6670c.tar.bz2
cleaned up todo lists and i18n documentation
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index fbf3a5c..1b3fdad 100644
--- a/TODOS
+++ b/TODOS
@@ -15,3 +15,16 @@
- PATH_MAX defined in a hard way or fetched from limits.h, not
good, add probing for fpathconf and friends and test on
all platforms again
+- gettext and libintl: don't make platform flags for this, check library version
+ and set things according to 0.17, 0.16.3 etc., but anyway, the library is
+ a little bit broken in older versions
+- localization of gengetopt generated code? ok, it's just an example
+ (testd), but we should have an idea about this, maybe extend gengetopt?
+ - see discussions about 'gettext' in 'getgetopt-user' mailing list
+ - see HelenOS comment on getopt in libc: Interesting internationalization | Echoreply.txt
+ - have a look at alternatives:
+ - popt is localized
+ - argtable is not, but is very simple
+ - also gengetopt has a stub getopt/getopt_long which can be i18n-ized
+- merging of mc files (we want to export only the MC file so it can
+ be merged)