MyBB Community Forums

Full Version: encoding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where do i change the char set into greek?
not really know what you mean....
in rc4 i could change the encoding from headerinclude template. now it looks like there is a setting for that. where is it ?
It is in the language configuration file, so the php file in inc/languages for your language. ex, inc/languages/english.php.

// Sets the character set, blank uses the default.
$langinfo['charset'] = "iso-8859-1";