precision dee l'encodage
darcs-hash:20061205000856-f46e9-50370b5632464a96166019ae737520b76418bbe0.gz
This commit is contained in:
parent
3a815055b1
commit
40bb219714
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue