Detect charset and convert to utf-8 in Python?

Viewed 76644

Is there any universal method to detect string charset? I user IPTC tags and have no known encoding. I need to detect it and then change them to utf-8.

Anybody can help?

4 Answers
Related