I totally agree with your conclusion. Thank you!
1 2004-05-17 19:36
Re: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
2 2004-05-17 17:11
Re: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
Tried to set $lang_multibyte to "true" and search now is working except that search cannot find utf-8 two byte characters with different case (lowercase, uppercase) but that`s understandable.
3 2004-05-17 16:45
Re: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
Rickard,
I am using PHP 4.3.4 + MySQL 3.23.42.
Yes, I know that mySql does not support utf-8. As far I understand, utf-8 support means that the metadata (names of fields, columns, tables) can be in utf-8 form, and utf-8 aware data sorting.
However, for basic data manipulations (store, read, write) as with punBB, there should be no problems. Except search, which seems to not recognize utf-8 two-byte characters.
I found "lang_multibyte" in *common.php, which is set to false. Should I enable it?
Thanks,
Grey
4 2004-05-17 13:44
Re: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
I believe you are talking about full unicode support in MySql, however, i guess that I dont need it for simply storing utf-8 content in the database.
So far everything is working and displaying correctly including russian characters. If there will be any issues, I will certainly report them.
Thanks, Grey
5 2004-05-17 12:17
Re: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
Thanks, Jansson!
I have translated all the language files to utf-8, and so far I have only one issue. When a user is using Russian locale and he is writing a new topic, he receives a message: "Messages must not contain only capital letters and special characters in this forum." on submit.
However, as far i know this check can be disabled in administrator`s options.
Thank you. I am very satisfied with punBB. Cobalt style looks absoulutely stunning! Thank you, again!
6 2004-05-13 09:18
Topic: Thinking of translating punBB to UTF-8... (10 replies, posted in General discussion)
Hello,
Due to subjective reasons, i am thinking about changing punBB`s charset to UTF-8 and translating language files.
I would appreciate any comments about any possible problems/issues.
PHP 4.3.x and MySQL have certain UTF-8 support. However it`s possible that there are some reasons I don`t know, which makes the whole converting process hopeless.
Thanks in advance,
Grey