Revert "La base est en ISO, donc on fait ça correctement"

This reverts commit aec6088f00.
This commit is contained in:
Vincent Le Gallic 2012-11-29 03:18:49 +01:00
parent 9846ab8c5d
commit 042f6fc7c3
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ class Attr(object):
self.value = val
def __str__(self):
return self.__unicode__().encode('ISO8859-1')
return self.__unicode__().encode('utf-8')
def __unicode__(self):
# XXX - Vérifier que cette méthode produit un objet parsable