I am reading data from xml file. my xml file has city name like İstanbul. I check İstanbul in my city table by using select query. but when i echo my sql query in php it show the query in this formate
SELECT city_id FROM dc_city
WHERE (name = 'İstanbul - Avrupa' OR FIND_IN_SET('İstanbul - Avrupa',like_names))
AND cultureid = 13
Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'find_in_set'