Convert numeric columns to unicode in simple table

svn: r22230
This commit is contained in:
Nick Hall 2013-05-09 21:47:42 +00:00
parent 11e45f293f
commit 0a22c95aa2

View File

@ -266,7 +266,7 @@ class SimpleTable(object):
if y is None:
return False # no markup for this column
else:
return data
return conv_to_unicode_direct(data)
def get_cell_type(self, col):
"""