René's URL Explorer Experiment


Title: Codec registry and support functions — Python 3.15.0a5 documentation

Open Graph Title: Codec registry and support functions

Description: Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...

Open Graph Description: Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...

Opengraph URL: https://docs.python.org/3/c-api/codec.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_codec_08bd4315.png
og:image:altCodec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Codec registry and support functionshttps://docs.python.org/dev/c-api/codec.html
Codec lookup APIhttps://docs.python.org/dev/c-api/codec.html#codec-lookup-api
Registry API for Unicode encoding error handlershttps://docs.python.org/dev/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
Codec utility variableshttps://docs.python.org/dev/c-api/codec.html#codec-utility-variables
Reflectionhttps://docs.python.org/dev/c-api/reflection.html
PyTime C APIhttps://docs.python.org/dev/c-api/time.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/codec.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/time.html
previoushttps://docs.python.org/dev/c-api/reflection.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Utilitieshttps://docs.python.org/dev/c-api/utilities.html
Codec registry and support functionshttps://docs.python.org/dev/c-api/codec.html
https://docs.python.org/dev/c-api/codec.html#codec-registry-and-support-functions
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Register
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Unregister
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_KnownEncoding
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Encode
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
LookupErrorhttps://docs.python.org/dev/library/exceptions.html#LookupError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Decode
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
LookupErrorhttps://docs.python.org/dev/library/exceptions.html#LookupError
https://docs.python.org/dev/c-api/codec.html#codec-lookup-api
KeyErrorhttps://docs.python.org/dev/library/exceptions.html#KeyError
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Encoder
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_Decoder
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_IncrementalEncoder
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
IncrementalEncoderhttps://docs.python.org/dev/library/codecs.html#codecs.IncrementalEncoder
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_IncrementalDecoder
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
IncrementalDecoderhttps://docs.python.org/dev/library/codecs.html#codecs.IncrementalDecoder
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_StreamReader
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
StreamReaderhttps://docs.python.org/dev/library/codecs.html#codecs.StreamReader
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_StreamWriter
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
StreamWriterhttps://docs.python.org/dev/library/codecs.html#codecs.StreamWriter
https://docs.python.org/dev/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_RegisterError
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
UnicodeEncodeErrorhttps://docs.python.org/dev/library/exceptions.html#UnicodeEncodeError
UnicodeDecodeErrorhttps://docs.python.org/dev/library/exceptions.html#UnicodeDecodeError
UnicodeTranslateErrorhttps://docs.python.org/dev/library/exceptions.html#UnicodeTranslateError
Unicode Exception Objectshttps://docs.python.org/dev/c-api/exceptions.html#unicodeexceptions
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_LookupError
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_StrictErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_IgnoreErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_ReplaceErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_XMLCharRefReplaceErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_BackslashReplaceErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/codec.html#c.PyCodec_NameReplaceErrors
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/codec.html#codec-utility-variables
https://docs.python.org/dev/c-api/codec.html#c.Py_hexdigits
Table of Contentshttps://docs.python.org/dev/contents.html
Codec registry and support functionshttps://docs.python.org/dev/c-api/codec.html
Codec lookup APIhttps://docs.python.org/dev/c-api/codec.html#codec-lookup-api
Registry API for Unicode encoding error handlershttps://docs.python.org/dev/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
Codec utility variableshttps://docs.python.org/dev/c-api/codec.html#codec-utility-variables
Reflectionhttps://docs.python.org/dev/c-api/reflection.html
PyTime C APIhttps://docs.python.org/dev/c-api/time.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/codec.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/time.html
previoushttps://docs.python.org/dev/c-api/reflection.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Utilitieshttps://docs.python.org/dev/c-api/utilities.html
Codec registry and support functionshttps://docs.python.org/dev/c-api/codec.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.