--- MPIWGWeb/Attic/MPIWGHelper.py 2008/06/25 06:41:25 1.1.2.2 +++ MPIWGWeb/Attic/MPIWGHelper.py 2008/08/26 14:00:41 1.1.2.3 @@ -77,6 +77,7 @@ def sortI(x,y): def unicodify(str): """decode str (utf-8 or latin-1 representation) into unicode object""" + logging.error("unicodify: %s"%str) if not str: return "" if type(str) is StringType: