MyBB Community Forums

Full Version: Change charset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just converted my db to UTF-8 in combination with MyBB 1.2.10.

But now I am getting some strange characters, I think the charset is the problem. In the header there is:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

How can I change this to UTF-8?
That is set in inc/languages/yourlanguage.php - open it up in a text editor and change the charset to utf-8

If that still doesn't work please provide a link to your forum.
Yes it is working now! Thank you!