This topic contains 1 reply, has 2 voices, and was last updated by Jem 1 year ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Girls Who Geek
Home › Forums › Languages › PHP & MySQL › Special characters in keywords
Tagged: charset, charsets, database collation, keywords, utf8
This topic contains 1 reply, has 2 voices, and was last updated by Jem 1 year ago.
Hello everyone,
I’ve been trying to use special characters (polish ones) on my website in the keyword meta tag. These characters are: ?????. Now they show perfectly on my website except for in the keyword meta tag. Is there a way to show this correctly?
I use the charset UTF-8 and the data comes from a database, which is why I placed this in the PHP/MySQL forum.
Thanks in advance.
The database & table ‘collation’ will need to be set to utf8_blabla too; if you’ve got phpMyAdmin, look at the Collation column on the database structure page to see the collation of individual tables, then check each table too.
This page gives a quick query to save you changing each table manually:
http://wolfram.kriesing.de/blog/index.php/2007/convert-mysql-db-to-utf8
You must be logged in to reply to this topic.
Recent Comments