I have trouble with the letters "I" and "ı"

I have trouble with the letters "I" and "ı"

canozkancanozkan Posts: 7Questions: 4Answers: 0
edited May 16 in Free community support

Link to test case: https://jsbin.com/dehakof/1/edit?html,output
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

In my table, there is a name and surname section, those whose surname is YILMAZ and those whose surname is yılmaz do not appear correctly in the search. When I write in upper case, 3 results appear, when I write in lower case, 10 results appear. What should I do to avoid problems with Turkish characters?

Answers

  • allanallan Posts: 61,972Questions: 1Answers: 10,160 Site admin

    Your example doesn't appear to run? I'm also not seeing either YILMAZ or yılmaz in the data so I can test it?

    DataTables will "normalize" diacritic characters, with the intention to make them easier to search. For example type and e and it will match e, ê, ë, etc.

    Allan

  • canozkancanozkan Posts: 7Questions: 4Answers: 0

    Hello @allan ,

    https://jsbin.com/dehakof/2/edit?html,output

    can you check new example?

Sign In or Register to comment.