[Python-Dev] Small issues in gettext support (original) (raw)
Gustavo Niemeyer niemeyer at conectiva.com
Tue Apr 27 17:33:26 EDT 2004
- Previous message: [Python-Dev] Small issues in gettext support
- Next message: [Python-Dev] today's pointless, yet slightly terrifying, factoid(s)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
However, I agree with Barry that the current behaviour should not be changed. People may already rely on gettext returning byte strings as-is.
Btw, about people relying on the current implementation, we could introduce this as a warning in 2.4, which could be disabled by using "bind_textdomain_codeset()" for the expected translation, and then turn the behavior into the default one on 2.4+1.
-- Gustavo Niemeyer http://niemeyer.net
- Previous message: [Python-Dev] Small issues in gettext support
- Next message: [Python-Dev] today's pointless, yet slightly terrifying, factoid(s)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]