I have a bytes and unicode mixed string
bytes
unicode
strng = \'It is unicode \\u2013 byte mixed \\xe2\\x80\\x98\' strng = strng.encode(\'utf-8\')