
Originally Posted by
DrByte
If you decide you don't need it, then don't do it.
To go back, the easiest way is to restore from backup.
As for character-set or collation for "UK", whether you're "UK" or anywhere else is largely irrelevant. What's relevant is whether you need to store data from extended characters in your database. And even then, it may not be necessary to use other than latin1 depending on various factors such as whether you choose to complicate things by using PHP files that are encoded differently than the database. If you're not running into problems, then best to not change anything.