6841: Fix RTL text style bug
svn: r22616
This commit is contained in:
parent
a9e971ec65
commit
e0637934ac
@ -306,7 +306,7 @@ def _record(lowest, highest, value, text, handle_type, handle):
|
||||
|
||||
|
||||
def _output(value):
|
||||
return str(value)
|
||||
return unicode(value)
|
||||
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user