MyBB Community Forums

Full Version: Turkish Character Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Even I have tried character set latin5 and latin5_turkish_ci collate, and also tried character set utf8 and utf8_turkish_ci collate, the Turkish characters seem "?"

How can I solve that problem?
Liski Wrote:Whalberg,

Take a look at http://community.mybboard.net/showthread...0#pid77490

The specified thread does not exist.
CraKteR Wrote:You can go to inc/languages/english.php and find.
$langinfo['charset'] = "UTF-8";
Change it to:
$langinfo['charset'] = "iso-8859-1";
And it should work. that's the standard charset for 1.1.x series.

Read more about it: http://community.mybboard.net/showthread.php?tid=12002