0

When i try to send cyrillic characters as get params

at first i was like

They are transformed into that

but then i

What am I doing wrong?

droptheplot
  • 608
  • 6
  • 22

1 Answers1

1

That's normal, use decodeURIComponent() to decode the url paramaters

http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp

fhollste
  • 785
  • 6
  • 16