pal-2 wrote:
>
>
>
>
> There is a problem with the setting found in functions/i18n.php The
> Norwegian bokmal should not
> be set to UTF-8 but to 8859-1:
>
> $languages['nb_NO']['NAME'] = 'Norwegian (Bokmal)';
>
> $languages['nb_NO']['CHARSET'] = 'iso-8859-1';
>
> $languages['nb_NO']['
On Tue, 18 Aug 2009 13:36:33 +0200, Tobias Hensel
wrote:
>Hi,
>
>I'm using Squirrelmail 1.4.19 with Apache 2.2.9 and php 5.2.5 with
>courier 4.0.4 an qmail-ldap 1.0.3
>I set the max Message size as described in
>http://squirrelmail.org/wiki/AttachmentSize to 8MB.
>When I write a mail, insert a re
There is a problem with the setting found in functions/i18n.php The Norwegian
bokmal should not
be set to UTF-8 but to 8859-1:
$languages['nb_NO']['NAME'] = 'Norwegian (Bokmal)';
$languages['nb_NO']['CHARSET'] = 'iso-8859-1';
$languages['nb_NO']['LOCALE'] = array('nb_NO.ISO8859-1', 'nb_N
Hello all,
I have installed squirrelmail-1.4.20-RC2 with the translations
all_locales-1.4.18-20090526 but the default page is always in English for
users.
I have change it into french in ./config.pl but it still in English.
How can i solve it ?
Regards,
---
Kone
My config : Debian sarge 3.0r1, apa
First of all, thank you!
> Otherwise, you might try a vanilla installation in parallel to yours
> and diff to see what was changed to break your current installation.
I will try this.
> OTOH, it might be a different error you're hitting with PHP, depending
> on which settings you have configured