Select strange characters on text, not working with LIKE operator
问题 I try to use this solution and this (for str_eval() ) but seems other encode or other UTF8's Normalization Form , perhaps combining diacritical marks... select distinct logradouro, str_eval(logradouro) from logradouro where logradouro like '%CECi%'; -- logradouro | str_eval ------------------------------+---------------------------- -- AV CECi\u008DLIA MEIRELLES | AV CECi\u008DLIA MEIRELLES PROBLEM : how to select all rows of the table where the problem exists? That is, where \u occurs? not