This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author niemeyer
Recipients
Date 2004-06-27.02:17:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch 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 install() and 
  translate() functions and catalog classes. 
- Documentated every change. 
 
History
Date User Action Args
2007-08-23 15:38:21adminlinkissue980500 messages
2007-08-23 15:38:21admincreate