MyBB Community Forums

Full Version: Problem of words display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I bulit a mybb on my xp pc, and I want to type chinese words.

But after I posted thread, there are a lot of words which can't be displayed normal.

I know that the solution of this problem is to change the language into 'GB2312', but don't know which file?

Anybody knows?

Thanks all.
I am sorry for not clear explanation.
I am running MyBB 1.2.10 and my database is right.
But chinese words are displayed as figure1.
[attachment=8097]

There are a lot of "� �" which should be chinese words.

So I want to resolve this problem, not just change the strings on menu or buttons.

Thank you very much.
up~~~up~~~

help me~~~
Admin CP -> Database Tools -> Convert to UTF-8

Also, please only bump threads after 24 hours
DCR Wrote:Admin CP -> Database Tools -> Convert to UTF-8

Also, please only bump threads after 24 hours

The previous post was 5 days before... (unless something in the middle was deleted, but it would have shown up in the moderator logs)
If I add this code:

/**
* Database Encoding
* If you wish to set an encoding for MyBB uncomment
* the line below (if it isn't already) and change
* the current value to the mysql charset:
* http://dev.mysql.com/doc/refman/5.1/en/c...mysql.html
*/

$config['db_encoding'] = 'utf8';

MyBB can't run normal, this is an error like this:

MySQL error: 1193
Unknown system variable 'NAMES'
Query: SET NAMES 'utf8'

I don't know how to fix it. 5555~~~~
What is your MySQL version? It looks like you need to upgrade.
I use this setup to bulid forum's enviroment: easyapm_v2.0.2.exe;
It contains:
Apache v2.0.54 (Win32)
PHP v4.4.0 (Win32)
Zend Optimizer v2.5.10a (Win32)
MySQL v4.0.25 (Win32)
Yes, MySQL 4.1 or higher is required for UTF-8 support
Tikitiki Wrote:Yes, MySQL 4.1 or higher is required for UTF-8 support

So, what should I do next?
because "easyapm_v2.0.2.exe" doesn't have higher version..
Pages: 1 2