When i try to send cyrillic characters as get params
They are transformed into that
What am I doing wrong?
That's normal, use decodeURIComponent() to decode the url paramaters
decodeURIComponent()
http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp