|
From: Jan I. <idz...@at...> - 2002-05-06 11:35:38
|
hallo, i have a problem with special german characters like "ö", "ä", "ü", "ß". in ldap it is '\xc3\xbc' for 'ü', but when i to get the user from ldapuserfolder, i always get: Error Type: UnicodeError Error Value: ASCII decoding error: ordinal not in range(128) in utils.py line 70 'return unicode( st )' the problem is, that my entries in utf-8 and when i try unicode(st, 'utf-8') it works have anybody a same problem? |