PyCodec_IncrementalDecoder

Get a IncrementalDecoder object function for the given encoding. Availability: >= 2.5

version(Python_2_5_Or_Later)
extern (C)
PyCodec_IncrementalDecoder
(
const(char)* encoding
,
const(char)* errors
)

Meta