all symbols need to be representable in unicode

This commit is contained in:
Martin Diehl 2016-03-13 18:21:25 +01:00
parent 167b278327
commit 2dbdf9a72f
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ class extendableOption(Option):
class backgroundMessage(threading.Thread):
"""reporting with animation to indicate progress"""
choices = {'bounce': ['_','o','O','°','¯','¯','°','O','o',],
choices = {'bounce': ['_', 'o', 'O', u'\u00B0',
u'\u203e',u'\u203e',u'\u00B0','O','o','_'],
'circle': [u'\u25f4',u'\u25f5',u'\u25f6',u'\u25f7'],
'hexagon': [u'\u2b22',u'\u2b23'],
'square': [u'\u2596',u'\u2598',u'\u259d',u'\u2597'],