(There seem to be many similar questions how to fix these strings in MySQL or in other languages, but none for PHP)
I have a double-encoded UTF-8 string, for example:
über
which should be
über
How to fix it with PHP?