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