I'm trying to get a C#/.Net page to work with MySQL (through MySQL Connector/Net), but I'm having some problems with special characters. In the MySQL command prompt, everything displays OK, and all character set variables are set to latin1 and Swedish collation, except system, which is UTF8, but data outputted in html through .Net mangles the Swedish åäö characters. I've tried just about every combination of character set string conversion (through system.text.encoding.convert) and document headers, but I'm not getting anywhere. I'd prefer UTF8 output, but anything which works will do.