]> git.sur5r.net Git - openldap/commit
Fix IS ASCII checks. Should be < 0x80 (0100), not < 0x100.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 23 Oct 2000 18:04:45 +0000 (18:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 23 Oct 2000 18:04:45 +0000 (18:04 +0000)
commit2504f29a0c8a7b098c72f76db2f0b9846d1bfcad
treed222cb596b34b333b269d4e0005b3f58d1a2a171
parent52402fa75285aa6cdad55bf8918a4ba30062f4bf
Fix IS ASCII checks.  Should be < 0x80 (0100), not < 0x100.
include/ldap_pvt_uc.h
libraries/libldap/utf-8.c