Replacing "codecs.latin_1_encode(x)[0]" with "x.encode('utf-8')" works just fine....
Replacing "codecs.latin_1_encode(x)[0]" with "x.encode('utf-8')" works just fine....