I have a string that contains a lot of \u00a0
s and I want to store that one in my database.
Everything is fine, but as soon as I put the string into my database, the \u00a0
are shown as a Â
and a space. The charset is UTF8. Any idea what could have gone wrong?
Since the charset is set to UTF8 in phpMyAdmin, it shouldn't be a display issue.
When I export the table, the weird symbol stays there.