i put this as a query string in a url
& #12510;& #12452;
which displays japanese text
マイ.
In the address bar, the query string was transformed to %E3%83%9E%E3%82%A4
I was able to grab hold of this value thru the $_GET variable, but how can I resolve that value to its original form w/ is
& #12510;& #12452;
NOTE : i put a space in between the query string coz i'm having some trouble in formatting.
thanks