Home
last modified time | relevance | path

Searched refs:normalize_encoding (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/encodings/
D__init__.py43 def normalize_encoding(encoding): function
85 norm_encoding = normalize_encoding(encoding)
/third_party/python/Lib/
Dlocale.py368 norm_encoding = encodings.normalize_encoding(encoding)
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst517 :func:`encodings.normalize_encoding` now ignores non-ASCII characters.
D3.9.0a1.rst561 :func:`encodings.normalize_encoding`, except that :func:`codecs.lookup` also
/third_party/python/Lib/test/
Dtest_codecs.py3518 normalize = encodings.normalize_encoding
/third_party/python/Doc/whatsnew/
D3.9.rst1130 :func:`encodings.normalize_encoding`, except that :func:`codecs.lookup` also
D3.10.rst1082 :func:`encodings.normalize_encoding` now ignores non-ASCII characters.