editors/CodeFileEditor.py
changeset 1699 65ce8afe4b8f
parent 1658 ba6a6d6e989c
child 1704 794a47ef5323
--- a/editors/CodeFileEditor.py	Tue Jun 20 16:36:17 2017 +0300
+++ b/editors/CodeFileEditor.py	Tue Jun 20 17:01:19 2017 +0300
@@ -607,7 +607,7 @@
             if col == 0:
                 return row + 1
             else:
-                return str(self.data[row].get(self.GetColLabelValue(col, False), ""))
+                return unicode(self.data[row].get(self.GetColLabelValue(col, False), ""))
 
     def _updateColAttrs(self, grid):
         """