[eluser]Max_Power[/eluser]
Thanks for that. I set up this test with UTF-8:
Code:
CREATE TABLE IF NOT EXISTS `test` (
`opt` varchar(255) NOT NULL,
`value` varchar(255) NOT NULL,
PRIMARY KEY (`opt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Still doesn't return the GBP symbol correctly...