filtering latin words using server-side

filtering latin words using server-side

wilsonrnetowilsonrneto Posts: 6Questions: 1Answers: 0
edited January 2012 in DataTables 1.8
Hi All,
I received no data when I search a latin word (example: aquisição) using processing server-side (with ASP classic).
Checking the firebug I detected than my word was sent as 'aquisi%C3%A7' (original is aquisiç, with 'ç')

I put this url in a browser:
http://localhost/qry/qry_resultado.asp?sEcho=8&iColumns=4&sColumns=&iDisplayStart=0&iDisplayLength=10&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&sSearch=aquisi%C3%A7&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&iSortingCols=1&iSortCol_0=0&sSortDir_0=asc&bSortable_0=true&bSortable_1=true&bSortable_2=true&bSortable_3=true&_=1326988279015

I received no data. After this I noticed that aquisi%C3%A7 was converted to 'aquisiç' and in a next reload, the word was converted again but to 'aquisi%E7' then i get datas with 'aquisi%E7'.

Can anyone help me?
Sorry my english ;)

Wilson
This discussion has been closed.