Re: REG:python-ldap able to handle unicode characters

2008-08-03 Thread Michael Ströder
deepti jawalkar wrote: > well these are my 2 cases : > > *with python-ldap *: so in this case it works even though the object i > am passing has unicode characters in it's distinguished name > eg: CN=Sen-po 胡森� > (senpo),OU=Users,OU=TPE,OU=Offices,DC=corp,DC=google,DC=com Well, *I* can't

Re: REG:python-ldap able to handle unicode characters

2008-08-03 Thread deepti jawalkar
well these are my 2 cases : *with python-ldap *: so in this case it works even though the object i am passing has unicode characters in it's distinguished name eg: CN=Sen-po 胡æ£(R)å?š (senpo),OU=Users,OU=TPE,OU=Offices,DC=corp,DC=google,DC=com i can print the distinguished name without encoding

Re: REG:python-ldap able to handle unicode characters

2008-07-27 Thread Michael Ströder
deepti jawalkar wrote: > > I have been working with python ldap and ADSI modules to get my tasks > done in AD and i have noticed that python ldap is able to handle unicode > characters when we try to add/remove a particular user from a group who > has unicode characters in his DN but the sam ei

REG:python-ldap able to handle unicode characters

2008-07-26 Thread deepti jawalkar
Hi, I have been working with python ldap and ADSI modules to get my tasks done in AD and i have noticed that python ldap is able to handle unicode characters when we try to add/remove a particular user from a group who has unicode characters in his DN but the sam eis not possible in ADSI can you g