Contents:
__version__
log_decode_error_handler()
log_decode_error_handler(err)
log_decode_error_handler
A custom error handler for use when reading files. Removes any
A custom error handler for use when reading files. Removes any characters that cause decoding errors and logs the error.
2-tuple containing replacement for bad chars (an empty string and the position from where encoding should continue.
Tuple[str, int]