Defines for case folding argument to UTF8normalize()

This commit is contained in:
Stig Venaas 2001-01-24 15:28:53 +00:00
parent fa21f7fe86
commit 080acc3ecd

View File

@ -126,6 +126,9 @@ LDAP_LUNICODE_F(void) ucstr2upper(
ldap_unicode_t *,
ber_len_t );
#define UTF8_CASEFOLD 1
#define UTF8_NOCASEFOLD 0
LDAP_LUNICODE_F(char *) UTF8normalize(
const char *,
char casefold );