--- MPIWGWeb/Attic/updatePersonalWWW.py 2009/04/28 13:47:04 1.1.2.7 +++ MPIWGWeb/Attic/updatePersonalWWW.py 2010/04/26 15:22:47 1.1.2.8 @@ -6,6 +6,7 @@ except: psyco = 1 import logging +from MPIWGHelper import unicodify, utf8ify from xml import sax from amara import saxtools @@ -225,7 +226,7 @@ def checkImport(dsn,resultSet): keys=[] for x in results: if x[0]: - keys.append(x[0].decode('utf-8')) + keys.append(unicodify(x[0])) #first step detect new entries and conflicts