Hi! When I receive data from Microsoft Active Directory it is an "ad_object" and has the type unicode. When I try to convert it to a string I get this error: UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 26: ordinal not in range(128)
This is caused by characters like the german ä, ö or ü. But I (think I) need this as a string. Is there a simple solution??? regards Dirk -- http://mail.python.org/mailman/listinfo/python-list