Hi all,
I've just installed the roundcubemail-0.1b version.
How can I configure the charset to 8859-1 ?
In don't find parameter in main.inc.php file ?
Thanks
Why would you like to change it? We decided to use UTF-8 in order to support all possible charsets. UTF-8 is also able to display ISO-8859-1 chars.
Regards, Thomas
Marc Auzanneau wrote:
Hi all,
I've just installed the roundcubemail-0.1b version.
How can I configure the charset to 8859-1 ?
In don't find parameter in main.inc.php file ?
Thanks
On Mon, 20 Feb 2006 11:38:37 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Why would you like to change it? We decided to use UTF-8 in order to support all possible charsets. UTF-8 is also able to display ISO-8859-1 chars.
Perhaps it's dur to the other problem ?
In errors file log :
[20-Feb-2006 11:50:10] PHP Warning: mb_language(): Unknown language "fr" in /var/www/roundcube/roundcubemail-0.1b/program/include/main.inc on line 354
Sorry, but since RC uses UTF-8, in french, we have character problems (question marks in a black square cutting off the message etc). I think that is why he wants to change. On the CVS, when we changed the charset, everything worked well.
On 2/20/06, Marc Auzanneau marc@nticad.net wrote:
On Mon, 20 Feb 2006 11:38:37 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Why would you like to change it? We decided to use UTF-8 in order to support all possible charsets. UTF-8 is also able to display ISO-8859-1 chars.
Perhaps it's dur to the other problem ?
In errors file log :
[20-Feb-2006 11:50:10] PHP Warning: mb_language(): Unknown language "fr" in /var/www/roundcube/roundcubemail-0.1b/program/include/main.inc on line 354
-- Marc Auzanneau
Marc Auzanneau wrote:
On Mon, 20 Feb 2006 11:38:37 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Why would you like to change it? We decided to use UTF-8 in order to support all possible charsets. UTF-8 is also able to display ISO-8859-1 chars.
Perhaps it's dur to the other problem ?
In errors file log :
[20-Feb-2006 11:50:10] PHP Warning: mb_language(): Unknown language "fr" in /var/www/roundcube/roundcubemail-0.1b/program/include/main.inc on line 354
OK, this is just a warning and the use of mbstring will be omitted. To avoid this warning, you can change line 354 to if (!@mb_language(strtok($lang, "_")))
Will change that in the code as well.
Regards, Thomas
Thomas,
Please correct as follows.
$ cvs diff ./program/include/main.inc Index: ./program/include/main.inc =================================================================== RCS file: /cvsroot/roundcubemail/roundcubemail/program/include/main.inc,v retrieving revision 1.41 diff -r1.41 main.inc 354c354
if (!@mb_language(strtok($lang, "_")))
This processing is performing a language setup of mbstring, and mbstring is checking the support language.
----+----1----+----2----+----3----+----4----+----5----+----6----+----7 Tadashi Jokagi mailto:elf2000@users.sourceforge.net http://elf.no-ip.org/ http://blog.poyo.jp/ http://wiki.poyo.jp/ Open Source Calendar -- http://oss.poyo.jp/calendar/ Serendipity Japanese -- http://oss.poyo.jp/s9y-ja/ Fedora Planet Japanese -- http://oss.poyo.jp/fedora/planet/