PHP - problem with urls and charsets

Raraquash

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