On Fri, 6 Dec 2002 10:55:04 +0100 (CET)
"Rafael Martinez" <[EMAIL PROTECTED]> wrote:
> $val = utf8_decode($val);
[snip]
Very nice. However, note (to the original poster) that this will only do
the job for ISO-8859-1 charset. If you have anything else, it will not
work.
But for German
On Thu, 5 Dec 2002 13:02:45 +0100
"Victor Gjeset" <[EMAIL PROTECTED]> wrote:
> But when i use
> ldapquery plugin and ask for info, all our special chars come out
> wrong.
Ah, I had hacked a previous version of ldapquery to make it support
UTF-8. It would convert LDAP's UTF-8 to the charset of the
Victor Gjeset said:
> Hello.
>
> I got a problem with ldapquery plugin. It looks like that it does not
> support utf-8 charset. I am using squirrelmail-1.2.10, and have this in
> configuration file:
> $default_charset = 'utf-8';
> $ldap_server[0] = array(
> 'charset' => 'utf-8'
> );
>
Hello.
I got a problem with ldapquery plugin. It looks like that it does not
support utf-8 charset. I am using squirrelmail-1.2.10, and have this in
configuration file:
$default_charset = 'utf-8';
$ldap_server[0] = array(
'charset' => 'utf-8'
);
we are using retrieveuserdata plugin t