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

Re: ldap_explode_dn corrupts UTF-8 encoding (ITS#1890)



ldap_explode_dn() takes a DN in string form and returns a set
RDNs in string form.  Those string forms may include escaped
values, see RFC 2253.  If you don't want to deal with escaped
values, use ldap_str2dn(3) instead.

At 12:22 AM 2002-06-17, ps@psncc.at wrote:
>Full_Name: 
>Version: 2.1.2
>OS: linux 2.2
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (213.47.128.10)
>
>
>OpenLDAP 2.1.2 seems to currupt non-ASCII UTF-8 encoded characters.
>It actually turns unprintable chars (in the ASCII sense) into \<hexcode>.