How to decode this broken emoji string(mojibake) with python or something?

496 Views Asked by At

Some API that I want to integrate keep giving me '' as '��', and I have no idea to decode it(of course I can't fix that response or know the encoding because the server has no encoding data given).

I've already run .encode(encoding).decode('utf8') with all the encodings in Python 3.7 and none of it works. Even tried ftfy and other solutions but it doesn't work at all.

Does anyone have any solutions or ideas?

0

There are 0 best solutions below