I use : Ûû-Şş-Çç-Êê-Îî
+ [A-z] in Mysql database[Kurdish Alphabet].
The problem is that when I search for something like :
select * from test where col like '`ç`%'
The results is like:
ç
= c
, û
= u
, ş
= s
, î
= i
, ê
= e
What collation or trick should I use to avoid this problem?