Home | History | Annotate | Download | only in python2.7

Lines Matching refs:encodings

9     setlocale() function. It also includes default encodings for all
15 import encodings
16 import encodings.aliases
397 norm_encoding = encodings.normalize_encoding(encoding)
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
435 # since some systems may use other encodings for these
603 # first looks up the encoding in the encodings.aliases dictionary and
649 # (case-sensitive). Encodings are always separated from the locale