How to read Å Ä Ö____ in python

import sys
reload(sys)
sys.setdefaultencoding('UTF-8')

No comments:

Post a Comment