Lines Matching refs:codeset
48 .. function:: bind_textdomain_codeset(domain[, codeset])
50 Bind the *domain* to *codeset*, changing the encoding of strings returned by the
51 :func:`gettext` family of functions. If *codeset* is omitted, then the current
185 .. function:: translation(domain[, localedir[, languages[, class_[, fallback[, codeset]]]]])
192 file object argument. If provided, *codeset* will change the charset used to
205 Added the *codeset* parameter.
208 .. function:: install(domain[, localedir[, unicode [, codeset[, names]]]])
211 *domain*, *localedir*, and *codeset* which are passed to the function
229 Added the *codeset* parameter.
716 :func:`gettext`, which returns strings encoded with the same codeset used in the
720 codeset used in translated strings. If a codeset is explicitly set, even
721 :func:`lgettext` will return translated strings in the requested codeset, as