Skip to content Skip to sidebar Skip to footer
Showing posts with the label Unicode Literals

How To Decode Unicode Raw Literals To Readable String?

If I assign unicode raw literals to a variable, I can read its value: >>> s = u'\u042… Read more How To Decode Unicode Raw Literals To Readable String?