gettext.bind_textdomain_codeset(domain, codeset=None)
Bind the domain to codeset, changing the encoding of strings returned by the gettext()
family of functions. If codeset is omitted, then the current binding is returned.
gettext.bind_textdomain_codeset(domain, codeset=None)
Bind the domain to codeset, changing the encoding of strings returned by the gettext()
family of functions. If codeset is omitted, then the current binding is returned.
Please login to continue.