unicode !!!!
darcs-hash:20051101180920-41617-c062120c542e0719cd8bb5001075f5ed77ac315e.gz
This commit is contained in:
parent
8002a00f48
commit
0cd4ddc06d
3 changed files with 7 additions and 8 deletions
|
@ -735,7 +735,7 @@ def confirm(clas) :
|
|||
return 1
|
||||
|
||||
print res
|
||||
affich_tools.prompt("Appuyez sur ENTREE pour continuer")
|
||||
affich_tools.prompt(u"Appuyez sur ENTREE pour continuer")
|
||||
|
||||
def set_blackliste(clas) :
|
||||
""" Edite ou ajoute un item de la blackliste """
|
||||
|
@ -1552,8 +1552,7 @@ def select(clas,quoi,mde='') :
|
|||
choix = None
|
||||
print "Plusieurs réponses correspondant à votre requête ont été trouvées :"
|
||||
aff(valid)
|
||||
txt = u'Votre choix ? (0 pour annuler) %sid =' % quoi
|
||||
i = affich_tools.prompt(txt.encode('iso-8859-15'))
|
||||
i = affich_tools.prompt(u'Votre choix ? (0 pour annuler) %sid =' % quoi)
|
||||
if i == '0' : break
|
||||
for v in valid :
|
||||
if v.id() == i :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue