[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problems with 2.0



On Sun, Oct 22, 2000 at 12:45:54PM -0700, Kurt D. Zeilenga wrote:
> At 09:27 PM 10/22/00 +0200, Stig Venås wrote:
> >Looks like this still isn't finished.
> 
> Yes, I only was able to get the basic framework in what
> little time I had to work on this.
> 
> >How is it going?
> 
> Right now, it's not going anywhere.  I'm quite busy with
> other things.
> 
> >Anything I can do to help?
> 
> You are welcomed to pick up where I left off.

I've made exact matches work now (I think), all I had to do was change
0x100 to 0100 in

#define LDAP_UTF8_ISASCII(p) ( * (const unsigned char *) (p) < 0x100 )

in ldap_pvt_uc.h.

Will start looking at substring match.

Stig