Python: Solve encoding error

#!/usr/bin/env /usr/bin/python # -*- coding: utf-8 -*- import sys reload(sys) sys.setdefaultencoding("utf-8") print "área"
Solve enconding error when using accents or special chars: Example:

print "área"

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.