Files
cpython/Lib
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-07-12 13:15:56 +00:00
2004-02-12 17:35:32 +00:00
2004-03-20 22:18:03 +00:00
2004-07-07 20:54:48 +00:00
2003-11-20 13:38:01 +00:00
2004-05-18 04:24:02 +00:00
2004-02-12 17:35:32 +00:00
2004-07-14 19:06:50 +00:00
2004-02-12 17:35:32 +00:00
2004-06-02 00:42:36 +00:00
2004-04-10 16:39:32 +00:00
2004-02-12 17:35:32 +00:00
2004-02-12 17:35:32 +00:00
2004-02-12 17:35:32 +00:00
2004-05-14 16:31:56 +00:00
2003-12-17 20:43:33 +00:00
2004-06-07 02:07:15 +00:00
2004-06-02 17:40:43 +00:00
2003-11-11 19:39:17 +00:00
2004-02-12 17:35:32 +00:00
2004-03-26 23:24:00 +00:00
2004-03-14 07:54:37 +00:00
2004-07-07 20:54:48 +00:00
2004-07-20 22:31:34 +00:00
2004-01-18 20:29:55 +00:00
2003-12-17 20:43:33 +00:00
2004-02-12 17:35:32 +00:00
2004-07-02 18:57:45 +00:00