Convert numeric columns to unicode in simple table
svn: r22230
This commit is contained in:
parent
11e45f293f
commit
0a22c95aa2
@ -266,7 +266,7 @@ class SimpleTable(object):
|
|||||||
if y is None:
|
if y is None:
|
||||||
return False # no markup for this column
|
return False # no markup for this column
|
||||||
else:
|
else:
|
||||||
return data
|
return conv_to_unicode_direct(data)
|
||||||
|
|
||||||
def get_cell_type(self, col):
|
def get_cell_type(self, col):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user