PyCodec_Decode

Generic codec based decoding API.

object is passed through the decoder function found for the given encoding using the error handling method defined by errors. errors may be NULL to use the default method defined for the codec.

Raises a LookupError in case no encoder can be found.

extern (C)
PyCodec_Decode
(
,
const(char)* encoding
,
const(char)* errors
)

Meta