2008-03-05, 06:03 AM
I would suggest converting to UTF-8 (I didn't bother making this compatible for non UTF-8 languages).
The reason is because UTF-8 is increasingly becoming the standard as a Unicode character set. AJAX only sends data as UTF-8 (possibly one of the drivers for this).
MyBB, since 1.2.10 provides a feature to convert your database to UTF-8, and I would suggest doing it.
If, however, for some odd reason you don't want to convert to UTF-8, you can try Dared's mod: http://mybbhacks.zingaburga.com/showthre...361#pid361
(or wait for MyBB 1.4)
The reason is because UTF-8 is increasingly becoming the standard as a Unicode character set. AJAX only sends data as UTF-8 (possibly one of the drivers for this).
MyBB, since 1.2.10 provides a feature to convert your database to UTF-8, and I would suggest doing it.
If, however, for some odd reason you don't want to convert to UTF-8, you can try Dared's mod: http://mybbhacks.zingaburga.com/showthre...361#pid361
(or wait for MyBB 1.4)