Pound symbol not displaying on web page
Posted
by Gublooo
on Stack Overflow
See other posts from Stack Overflow
or by Gublooo
Published on 2010-06-02T16:15:55Z
Indexed on
2010/06/02
16:24 UTC
Read the original article
Hit count: 332
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
© Stack Overflow or respective owner