René's URL Explorer Experiment


Title: 編解碼器註冊表和支援函式 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
編解碼器查找 APIhttps://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-lookup-api
用於 Unicode 編碼錯誤處理程式的註冊 APIhttps://python.github.io/python-docs-zh-tw/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
Codec utility variableshttps://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-utility-variables
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.html
PyTime C APIhttps://python.github.io/python-docs-zh-tw/c-api/time.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/codec.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/time.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/reflection.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
工具https://python.github.io/python-docs-zh-tw/c-api/utilities.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
https://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-registry-and-support-functions
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Register
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Unregister
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_KnownEncoding
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Encode
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
LookupErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#LookupError
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Decode
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
LookupErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#LookupError
https://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-lookup-api
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Encoder
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_Decoder
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IncrementalEncoder
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
IncrementalEncoderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.IncrementalEncoder
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IncrementalDecoder
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
IncrementalDecoderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.IncrementalDecoder
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StreamReader
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.StreamReader
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StreamWriter
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
StreamWriterhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.StreamWriter
https://python.github.io/python-docs-zh-tw/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_RegisterError
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
UnicodeEncodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeEncodeError
UnicodeDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeDecodeError
UnicodeTranslateErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeTranslateError
Unicode 例外物件https://python.github.io/python-docs-zh-tw/c-api/exceptions.html#unicodeexceptions
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_LookupError
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_StrictErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_IgnoreErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_ReplaceErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_XMLCharRefReplaceErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_BackslashReplaceErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.PyCodec_NameReplaceErrors
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-utility-variables
https://python.github.io/python-docs-zh-tw/c-api/codec.html#c.Py_hexdigits
目錄https://python.github.io/python-docs-zh-tw/contents.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
編解碼器查找 APIhttps://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-lookup-api
用於 Unicode 編碼錯誤處理程式的註冊 APIhttps://python.github.io/python-docs-zh-tw/c-api/codec.html#registry-api-for-unicode-encoding-error-handlers
Codec utility variableshttps://python.github.io/python-docs-zh-tw/c-api/codec.html#codec-utility-variables
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.html
PyTime C APIhttps://python.github.io/python-docs-zh-tw/c-api/time.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/codec.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/time.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/reflection.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
工具https://python.github.io/python-docs-zh-tw/c-api/utilities.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.