SyntaxFix
Write A Post
Hire A Developer
Questions
>>> unicode_string = u"hello aåbäcö" >>> unicode_string.encode("ascii", "ignore") 'hello abc'