Unicode? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: General (/forumdisplay.php?fid=11) +---- Forum: Forum & Website (/forumdisplay.php?fid=13) +----- Thread: Unicode? (/showthread.php?tid=85638) Unicode? by SmokingCookie on 08-28-2008 at 04:37 PM
Hi, RE: Unicode? by user35870 on 08-28-2008 at 05:59 PM Nope, the board doesn't support Unicode. RE: Unicode? by SmokingCookie on 08-28-2008 at 06:01 PM
I see.. RE: Unicode? by user35870 on 08-28-2008 at 06:11 PM The latest version of MyBB supports unicode, not sure if it could be added to this board. RE: Unicode? by Mike on 08-28-2008 at 08:14 PM This is probably a long shot, but isn't making it unicode-compatible easy as setting the charset to utf-8 and adjusting the database so that it saves in unicode? RE: Unicode? by user35870 on 08-29-2008 at 09:02 AM
quote: I believe you need to convert existing data in the database to utf-8, well that's what MyBB 1.2.10 done anyway. RE: Unicode? by Mike on 08-29-2008 at 09:43 AM
quote:Can't you just set the collation to utf8_general_ci? RE: Unicode? by WDZ on 08-29-2008 at 07:35 PM
quote:No, you also need to use multibyte-aware string functions everywhere you deal with Unicode strings. And there are probably some other issues I can't think of right now. * WDZ isn't that interested in i18n stuff because he only knows English quote:Yeah, I think that's all MyBB does... issues a few ALTER TABLE queries and lets MySQL do all the work. RE: Unicode? by Lou on 08-29-2008 at 09:48 PM
quote:Another reason to update. RE: Unicode? by WDZ on 08-29-2008 at 10:40 PM
quote:But MyBB 1.4's Unicode support is still buggy... it wouldn't let me ban my test user. RE: Unicode? by Lou on 08-30-2008 at 01:25 AM
quote:Looking at the bug report, this won't take too long to be fixed. Also, you have fixed the issue yourself, so I don't think that's too much of a problem... . |