Getting rid of  à from Mysql Searchs.
I was returning a search from a MySQL database and in my results I'm getting these signs around £ signs 'Â Ã' .
The way to get rid of this was to change the collation of this table in MySQL. It was latin and after changing it to Utf8_unicode_ci .
No comments:
Post a Comment