Re: [Bug 58778] Changed - LDAP: UTF-8 conversion missing
- From: Toralf Lund <toralf kscanners com>
- To: Balsa Mailing List <balsa-list gnome org>
- Subject: Re: [Bug 58778] Changed - LDAP: UTF-8 conversion missing
- Date: Fri, 26 Apr 2002 13:10:57 +0200
> --- shadow/58778 Sat Nov 17 06:39:48 2001
> +++ shadow/58778.tmp.2822 Thu Apr 25 04:25:03 2002
> @@ -1,12 +1,12 @@
> Bug#: 58778
> Product: balsa
> Version: 1.2.x
> OS: Linux
> OS Details:
> -Status: RESOLVED
> +Status: CLOSED
> Resolution: FIXED
> Severity: normal
> Priority: Normal
> Component: general
> AssignedTo: pawsa@theochem.kth.se
> ReportedBy: toralf@kscanners.no
> @@ -48,6 +48,12 @@
> ------- Additional Comments From pawsa@theochem.kth.se 2001-11-17 06:39
> -------
> Commited the version as posted to balsa-list:
> Subject: Patch: LDAP address book updates
> Date: 2001.11.13 10:33
>
> I mark the report as fixed.
> +
> +------- Additional Comments From pawsa@theochem.kth.se 2002-04-25 04:25
> -------
> +balsa-1.3.5 and 2.0.0 released, closing this report for good.
> +
> +OT, balsa-2.0.0 still needs more of those. HTML seems to be converted
> + to UTF-8 twice.
I'm not sure now if I ought to re-open the bug. The thing is, I recently
discovered a problem with LDAP auto-completion on my setup: It doesn't
work when the prefix typed includes non-ASCII characters. This has
something to do with the fact that the string used for lookup is uppercase
only; the following helps:
--- libbalsa/address-book-ldap.c 13 Nov 2001 23:05:12 -0000
1.13
+++ libbalsa/address-book-ldap.c 26 Apr 2002 11:03:02 -0000
@@ -549,6 +549,7 @@
*/
*new_prefix = NULL;
escaped = rfc_2254_escape(prefix);
+ g_strdown(escaped+1);
ldap=ldap_set_string(escaped);
g_free(escaped);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]