I have a search system, but it does not respond very well with special characters like: ç
, ã
, á
, ô
, etc.
So, I want the input
user to type, for example: "Union" and that GET['nome']
exits more or less like this: Uni%C3%A3o
.
I've tried using htmlspecialchars
but nothing happens!
The motio is, the search is in the SuperCell API Clash of Clans developer, and the search only succeeds when special characters are in that format!