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

setlocale (ITS#319)



Hello,
I today build new OpenLDAP (1.2.7 version) and I see that all programs don`t
set it`s locale ! So I must edit all main.c files to insert two string

#include <locale.h>
...
setlocale(LC_ALL,"");
near main function. Only after this manipulations LDAP correctly works with
russian names. Programs run not only in America !