Hi All,
Am having trouble decoding URL-safe Cyrillic characters back to Cyrillic.
e.g.
%D0%A2%D1%8E%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%B0%D1%8F%20%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C
is
Тюменская область
The javascript fuction decodeURIComponent works fine (check the URL decoder on...