TODO 910 B

12345678910111213141516171819202122232425
  1. - Use LGPL version 3?
  2. - web_set_locale returns the language and the country for lang/country
  3. combinations (eg. de-AT) in the language field. Correct?
  4. - add conversion modules for other Unicode encodings than UTF-8
  5. (UTF-16, UCS-*)
  6. - Better support for Windows, the locale detection stuff does not
  7. really work there. Any help would be appreciated.
  8. - Check whether other locale categories than LC_MESSAGES work.
  9. - Avoid call to __load_domain in Locale::gettext_pp, use a cache table
  10. first
  11. - The pure Perl version of gettext will always look for message catalogs
  12. in /usr/share/locale/{LANGUAGE}/LC_MESSAGES after the directory
  13. specified by bindtextdomain(). This can lead to undesired results.
  14. But I think the C version from libintl does the same, correct?
  15. - Allow to dynamically expand the list of supported conversions
  16. - Allow to dynamically restrict the list of suppported conversions