How can I get an HTML entity out of a thing like \u00e4, which stands for &aauml; (ä)?
I have backslashes in the string, for escape reason. When I strip slashes I get something like u00e4. I have to strips lashes to be able to store and restore it to the session.
As you can see in the discussions, and answeres, it is a problem, which php can’t handle native (or until now nobody here knows)
i suggest using this very havy function … i mean, this is my solution so far, which i do not like, very much.