Problme d'encodage.
darcs-hash:20070830155844-68412-22742255334ae7ead774ae58059b4fff07b37460.gz
This commit is contained in:
parent
8dfc5f6ed8
commit
89499678be
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Subject: %(Subject)s
|
||||||
cprint(u'Mail de notification de modifications du solde', 'gras')
|
cprint(u'Mail de notification de modifications du solde', 'gras')
|
||||||
texte = ''
|
texte = ''
|
||||||
for modif in self.modifs:
|
for modif in self.modifs:
|
||||||
texte = texte + modif + '\n'
|
texte = texte + modif.decode('utf-8', 'ignore') + u'\n'
|
||||||
|
|
||||||
anim('\tEnvoi mail')
|
anim('\tEnvoi mail')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue