Hello all,
Characters such as "š" when sent in a POST parameter and echo'd come out as %u015F
- now I know this a hexidecimal value of the html unicode character - ie ş
; but how do I go about converting these?
I have characters sets set to UTF-8 and I've experimented with ISO character sets with no luck.
Thanks!