I have a text editor in my application that writes html formatting to a longtext field. It turns out that when I use the like to return the data it can not find because of the unicode characters generated.
I have this value in the bank (Pasta)
<p>Macarrão</p>
Mysql
select * from oficio where integra like '%Macarrão%' LIMIT 1
and it does not return records. How do I decode this value?