6841: Fix RTL text style bug

svn: r22616
This commit is contained in:
Nick Hall 2013-06-27 13:07:56 +00:00
parent a9e971ec65
commit e0637934ac

View File

@ -306,7 +306,7 @@ def _record(lowest, highest, value, text, handle_type, handle):
def _output(value): def _output(value):
return str(value) return unicode(value)
#------------------------------------------------------------------------ #------------------------------------------------------------------------