
This is a list a things to do:

- overall
  . Remove kludges that are marked with XXX in the source
  . create Info-Files
  . better man-pages 
  . include other NLS utils if there are any
  . Environment-Handling
  . provide examples from the POSIX-standard/self-developed
  . add a configure-script
  . use the GNU-locale for internationalization

- charmap files
  . describe how to provide charmap files
  . multibyte characters
  . handling of comments
  . find complete charmap-files

- localedef:
  . make the scanner/parser for charmap/localedef real POSIX
  . LC_COLLATE is only a better stub, requires changes in libc
    build them in, but ifdef them out.
    Als long as you don't use collating-elements,
    collating-symbols and  collating-weights to describe
    ranges, it may actually work. Look at de_DE.88591
    for a working example.
  . collating-elements and symbols are ignored, 
  . better error-/warning-checking/counting
  . search-paths for charmap/locale-src?
  . default/no-default location for output-files
    output currently is stored in /usr/lib/locale/ and nowhere else
  . Handling of strings in the locale-definition/Scanner
           is \n valid in strings?
  . continuation lines in strings (all escapes in strings)
  . add an option to output C-source for locale-definitions

- locale:
  . print charmap files sorted

- libc:
  . POSIX2_LOCALEDEF definieren
  . sysconf
  . strcoll etc.
  . support for printf()
  . support-lib for monetary formatting
  . nl_langinfo
  . rpmatch

- dspcat, gettext:
  . implement then
  
- Create a complete binary-distribution for Linux
  . add POSIX-draft excerpt

