MyBB Community Forums

Full Version: Where is that?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm transluating myBB to Turkish. But where is the
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
code? I'm using Turkish characters. I have do charset 8859-9 . (Sorry for bad English)
You need to edit the template headerinclude to change that Smile
Thnx a lot.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254" />

I think this answer is enough for you.
here is the true code
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />