Andreas Trapp writes:
> Hi!
>
> I have set up qmail with the ldap patch, openldap, and sqwebmail.
>
> I can get it all work perfect but i still have one problem. In order to add
> names with 8-bit characters to the ldap i have to UTF8 encode it first.
>
> But when i log into sqwebmail it does not display the name correct (First +
> Lastname)
>
> I guess this have something with sqwebmail would like iso8859-1 encoding or
> something like that.
>
> hmm,, in other words. I would like to get swedish characters work in the
> from fields in sqwebmail!
That's probably a weakness in the ldap module. Currently, there is no
processing done on the user name. It just goes into the mail header, and
that's it. Before being sent, it's MIME-encoded, of course.
Well, may be what'll work - if your browser handles utf-8 natively - is use
the --enable-unicode configure flag, and after installing put "utf-8" into
html/en-us/CHARSET. This will also result in all your sent mail to go out
with its charset set to utf-8, if you can live with it.
--
Sam