Ritchie damn it! Unicode
This commit is contained in:
@ -837,7 +837,7 @@ class ShowUserMenu(Menu):
|
|||||||
text = ''
|
text = ''
|
||||||
text += 'Products purchased:\n'
|
text += 'Products purchased:\n'
|
||||||
for product, count in products:
|
for product, count in products:
|
||||||
text += '{0:<47} {1:>3}\n'.format(product.name, count)
|
text += u'{0:<47} {1:>3}\n'.format(product.name, count)
|
||||||
less(text)
|
less(text)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user