Skip to content Skip to sidebar Skip to footer
Showing posts with the label Utf 8

Two Apparently Equal Python Unicode Utf8-encoded Strings Don't Match

>>> str1 = unicode('María','utf8') >>> str2 = u'María'.en… Read more Two Apparently Equal Python Unicode Utf8-encoded Strings Don't Match