Failed to execute the SQL query

select  i.title,  c.title, c.id, i.unread, i.url, i.enclosure, i.author, i.description, c.icon,  unix_timestamp(ifnull(i.pubdate,i.added)) as ts,  i.pubdate is not null as ispubdate, i.id  , null  from  ipo__item  i  inner join  ipo__channels  c on (c.id = i.cid)  inner join  ipo__folders  f on (f.id = c.parent)  where  not(i.unread & 8) and  not(i.unread & 4) and ((i.description like '%Orl��ans%' or  i.title like '%Orl��ans%') )  and not(i.unread & 4)  and not(i.unread & 8)  and  1=1  order by    ts desc, i.added desc  limit  0, 500

Error 1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'