Skip to content Skip to sidebar Skip to footer

Special Characters Outputed From Mysql Works, But When I Add Charset-utf8 It Doesnt. Why?

I'm creating a webpage where I need to use the special characters 'Æ', 'Ø', and 'Å'. These are all within UTF-8. I've set up a newsfeed where I output text from MySQL. My MySQL

Solution 1:

You need to tell the database connection to use UTF-8. How to do this depends on your setup, i.e. programming language.


Post a Comment for "Special Characters Outputed From Mysql Works, But When I Add Charset-utf8 It Doesnt. Why?"