How to search cyrillic symbols

How to search cyrillic symbols

WoozyWoozy 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?

Answers

  • allanallan Posts: 63,889Questions: 1Answers: 10,530 Site admin

    Happy to take a look at a test case showing the issue.

    Allan

  • WoozyWoozy Posts: 3Questions: 1Answers: 0

    Thanks for your reply!. Do you want to look at screens of interface?

  • allanallan Posts: 63,889Questions: 1Answers: 10,530 Site admin

    Just a link to the web page so I can test and debug the issue would be fine thanks,

    Allan

  • WoozyWoozy Posts: 3Questions: 1Answers: 0

    Oh, i have it on localhost only.
    When i set
    ..."bServerSide": false...
    And filled table manually, cyrillic search works.

  • allanallan Posts: 63,889Questions: 1Answers: 10,530 Site admin

    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

This discussion has been closed.