2
Hello I have a system in php/mysql using zend 1.12, but when consulting the mysql database with a word that has no accent and in the table has accent, does not return any result for example:
when searching: {Joao} and in the database this {john}, does not return results.
the database is configured with: Innodb latin1_general_ci.
I want to know if there is a way I remove the accents from the records that are already in the table for the query to occur naturally when the user does the word search without accent.
ex: usuario digita: {atencao} in the table I have the phrase: {Be very careful when returning from the trip.}
this returns 0 result.
I do not know if I could be clear, I have looked here on the forum and I did not find anything like.
if someone can indicate a link or give some hint or even clarify this.
Thank you.
See if this helps you: http://answall.com/a/51317/3635
– Guilherme Nascimento