Files
cpython/Modules
Gustavo Niemeyer 7bd33c5e22 This change implements the following gettext features, as
discussed recently in python-dev:

In _locale module:

- bind_textdomain_codeset() binding

In gettext module:

- bind_textdomain_codeset() function
- lgettext(), lngettext(), ldgettext(), ldngettext(),
  which return translated strings encoded in
  preferred system encoding, if
  bind_textdomain_codeset() was not used.
- Added equivalent functionality in translate()
  function and catalog classes.

Every change was also documented.
2004-07-22 18:44:01 +00:00
..
2004-06-20 04:23:19 +00:00
2004-07-02 18:57:45 +00:00
2004-07-15 05:32:47 +00:00
2004-06-17 15:55:53 +00:00
2004-07-15 04:30:25 +00:00