]> git.sur5r.net Git - openldap/commit
Added LDAP_UTF8_CHARLEN2() to validate shortest possible encoding
authorHoward Chu <hyc@openldap.org>
Tue, 15 Jan 2002 08:07:46 +0000 (08:07 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 15 Jan 2002 08:07:46 +0000 (08:07 +0000)
commit2d51ad52b3090d8aec17bbd0aa5b2a7634e09f0c
tree8838531420e14f02e706b0af41dc797b9891339f
parent13af7fb0730906aa6a1323c14c07c9a8434170dc
Added LDAP_UTF8_CHARLEN2() to validate shortest possible encoding
of UTF8 string. (Returns charlen if valid, 0 if not.)
include/ldap_pvt_uc.h
libraries/libldap/getdn.c
libraries/libldap/utf-8-conv.c
libraries/libldap/utf-8.c