Pound symbol not displaying on web page
- by Gublooo
Hello
I have a mysql database table to store country name and currency symbol - the CHARSET has correctly set to UTF8.
This is example data inserted into the table
insert into country ( country_name, currency_name, currency_code, currency_symbol) values
('UK','Pounds','GBP','£');
When I look in the database - the pound symbol appears fine - but when I retrieve it from the database and display it on the website - a weird square symbol shows up with a question mark inside instead of the pound symbol.
You can look at it here - http://www.didyouswipe.com/profile/view-profile/user_id/181
Please advice
Thanks