> I'm trying to get my LDAP records but I'm getting 2 errors :  
> - I don't get all the records (200 records out of 300).  

It is normal behavior. LDAP servers usually limit total number of 
returned records. Increase it by SearchSizeLimit property.

> - Some strings are not correctly displayed (for exemple "profilés
> métalliques pour renforts de fen^etres" is displayed like this :
> "profil~A(c)s m~A(c)talliques pour renforts de fen~Aatres")  

TLDAPsend does not doing any charset conversions are it sending and 
receiving datas as-is. LDAP servers usually using UTF-8 encodin, so, 
you must decode/encode your data prior passing it to/from TLDAPSend.



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to