How to search cyrillic symbols
How to search cyrillic symbols
Woozy
Posts: 3Questions: 1Answers: 0
Hello,
i faced issue with searching cyrillic symbols in data tables. App retrieves and displays cyrillic text in data tables from db, but search works only for latin symbols. If i type cyrillic symbol table becomes empty, because no matching records found.
My page has -
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Could somebody help me with this issue, please?
This discussion has been closed.
Answers
Happy to take a look at a test case showing the issue.
Allan
Thanks for your reply!. Do you want to look at screens of interface?
Just a link to the web page so I can test and debug the issue would be fine thanks,
Allan
Oh, i have it on localhost only.
When i set
..."bServerSide": false...
And filled table manually, cyrillic search works.
That suggests that whatever server-side script it is that you are using is not using the correct character encoding. What server-side script are you using? Is the database set up to be UTF8 and also the server to database connection to the same character set?
Allan