mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Defines for case folding argument to UTF8normalize()
This commit is contained in:
parent
fa21f7fe86
commit
080acc3ecd
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user