Python ignore uncocodecodeerror

str.decode('utf-8',errors='ignore')
mocha2007