how can I decode a string containing stuff like this:
staße
to
staße
using python.
(EDIT: Interpreting the source as html entities does not lead to the desired result, but "staÃe")
Background: I am struggling to work with the amazon mws response-strings using the mws client you get when doing pip install mws
. Especially wondering because the sourcestring looks like it contains 2 special characters, but the goal is just 'ß'.
In the docs they are talking about a Unicode character limit i did not understand