if your web site (written in php) has difficulty to display the symbols £, € etc.
Here are several things you need to set up in order to have these signs displayed correctly:
- Inside Control Panel, phpMyAdmin should be set to the following unicode standard: 'utf-8';
- **** tags on all pages should be: <**** **********="Content-Type" content="text/html; charset=utf-8">
- All texts should be imported in the database using unicode standard: 'utf-8' as well;
