diff --git a/gestion/whos.py b/gestion/whos.py index 6ff164b7..9ebf1a4e 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -742,7 +742,7 @@ def _hist(clas) : try: # on force l'encodage ici sinon il est fait au moment de l'impression a # l'ecran et il empeche l'affichage de toutes les infos - f += u'%s\n' % a.encode().decode() + f += u'%s\n' % a.encode("iso-8859-15").decode("iso-8859-15") except Exception, e: if debug: f += coul(u'*** non affichable [%s] ***\n' % str(e), 'rouge')