fnServerParams cannot pass unicode characters
fnServerParams cannot pass unicode characters
kityeung
Posts: 2Questions: 0Answers: 0
I have a query string with unicode, e.g. "陳", and I use fnServerParams,
however, when I pass the input to server,
the request from browser shows the input is "陳"
I met this problem in firefox and IE too.
Finally, I use fnServerData instead and the problem can be solved.
I would like to know whether it is a bug or not.
however, when I pass the input to server,
the request from browser shows the input is "陳"
I met this problem in firefox and IE too.
Finally, I use fnServerData instead and the problem can be solved.
I would like to know whether it is a bug or not.
This discussion has been closed.