Skip to Content
0
Aug 08, 2016 at 11:37 AM

UTFBIN is case sensitive on non-latin chars

31 Views

Hello, all

I have a version 16 DB with Cyrillic text in it.

When I try to search for rows with specific text in there using sql command like

select * from table1 where field1 like '%техт%'

the search is case-sensitive, even when the DB itself is not.

If I am searching for text with latin characters, the case of the letters is ignored, as it should be.

Dose anyone know how to fix it?

Thank you

Arcady