I have a dict
and want to search in it.
test = dict({u'K\xfcndigung' : 123})
tmpKey = str('K\xfcndigung')
print(test[tmpKey])
It results in:
UnicodeWarning: Unicode equal comparison failed to convert both
arguments to Unicode - interpreting them as being unequal