hi all
I'm using a database that contains contacts (fields like name, address, ...). If i'm using in my database a city that contains special chars (like ü
) or html codes (like ü
), then how can i convert them to u
, so when i search for a city that contains that a special char should be shown in the result...
the database is MyISAM and Collation is latin1_swedish_ci (by default)