| Author |
Post |
|
|
#1 Thu May 25, 2006 12:56 pm
|
|
Member
Registered: May 2006
Posts: 16
|
will it have full utf-8 support? as we all know php won't have utf-8 support until php6 sees a day of light (and it will take some time), but one can implement it in php5 using mbstring libraby for example, but there are also othere ways. worth careful reading: http://www.phpwact.org/php/i18n/charsets. with utf8 support usebb can be used for multilingual forums and it will be great advantage.
|
|
|
#2 Thu May 25, 2006 1:22 pm
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
UTF-8 is quite important because with the current system it is a real pain in the ass to keep everything working with entities (for example in the Russian forum on this community). I believe the mbstring library isn't yet available by default in PHP. If it isn't I was perhaps planning to use the UTF library available in DokuWiki, also discussed on the link you gave: http://www.phpwact.org/php/i18n/charsets#case_studydokuwiki
|
|
|
#3 Thu May 25, 2006 1:42 pm
|
|
Member
Registered: May 2006
Posts: 16
|
yeah, this DokuWiki lib is good one, although it misses preg regular expressions support. so does mbstring anyway. but here, as usebb 2.0 is planned for 5.1, one can take advantage of preg notation implemented from 5.1 (\pL). i have no much time to write more about it but i'll try to contact you soon with more details.
|
|
|
#4 Mon Jun 19, 2006 6:34 pm
|
|
Member
Registered: May 2006
Posts: 16
|
i've just learnt unicode support in php is supposed to be since php 5.2, not from 6 as it was planned ealier. i think you should take it into consideration before wasting time for implementing dokuwiki or other solution.
|
|
|
#5 Mon Jun 19, 2006 7:55 pm
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
The first time I hear about this. It should be considered indeed. UseBB 2 will take a bit longer then, but it could be worth it.
|
|
|
#6 Mon Jun 19, 2006 9:00 pm
|
|
Member
Registered: May 2006
Posts: 16
|
i read about it in some of derick rethans' talks and some mailinglist posts (don't have links now), so i can't confirm that. i'll try to browse more for more info - justr hope it wasn't moved to php6, which is planned for the end of 2006. for the meantime, i think this link might be useful for you : http://derickrethans.nl/files/wereldveroverend-ac2005.pdf
|
|
|
#7 Tue Jun 20, 2006 6:56 am
|
|
Member
Registered: May 2006
Posts: 16
|
sorry for confusion, just received reply from derick and yet unicode will be only from php6 
|
|
|
#8 Thu Jun 29, 2006 1:58 pm
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
So, no plans change then. We will use the DokuWiki library until PHP 6 where we will probably have to rewrite big parts of the code.
|