MyBB Community Forums

Full Version: [F] Bug with UTF8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I have activate the utf8 in inc/config.php because my forum is french.
$config['database']['encoding'] = 'utf8';

But, when i see a thread, i have this error (screen).

++
Xavatar
(2008-07-14, 06:58 AM)xavatar Wrote: [ -> ]Hello

I have activate the utf8 in inc/config.php because my forum is french.
$config['database']['encoding'] = 'utf8';

But, when i see a thread, i have this error (screen).

++
Xavatar


that utf8 you are referring to in config file is for your DB encoding not for lang. on your actually forum
Yes, i know but see the screen when i activate or deactivate utf8.

With utf 8 : "Création d'un serveur privé Ascent"
without utf8 : "Cr顴ion d'un serveur priv頁scent"
I thought this one used UTF by default?
I fixed the warning at the top.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
(2008-07-14, 09:48 AM)alecf Wrote: [ -> ]I thought this one used UTF by default?

It does, he upgraded a test installation of his forum I believe.