When my URL contains a get with "בלה בלה"
, the url stays in hebrew and when I do echo $_GET['hebrew']
, it outputs it in hebrew, great. However, when it contains "São Paulo"
, it starts going nuts, the URL changes to "S%E3o%20Paulo"
and the output is "S�o Paulo"
.
This gets me extremely frustrated, can anyone of you guys help me with this??