Skip to content

Latest commit

 

History

History
118 lines (72 loc) · 4.51 KB

codec.rst

File metadata and controls

118 lines (72 loc) · 4.51 KB

编解码器的注册表和支持功能

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-insensitive. If no codec is found, a KeyError is set and NULL returned.

Registry API for Unicode encoding error handlers