Localization, Tools and PHP 5.3

Date October 23, 2008

A lot’s been going on since the last entry (after a short break). The first I’d like to mention is the progress regarding localization.
I’ve begun work creating language packs and integrating them. However, while doing so, I had to implement unlink() functionality within the datapack (language packs use the datapack wrapper). This broke some code. […]

Unicode Support

Date April 21, 2008

I have been trying to determine for some time now whether or not to provide unicode support in MCBB for PHP versions less than 6 (which will support it natively). I’ve determined that, because MyCustomBB will, more likely than not, be released after PHP 6, it will not be worth investing the time to build […]