if value.contains(chinese): print "'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128)"
@@ -156,8 +156,8 @@ ${ components.menubar() }
<tbody>
% for name, value in table.properties:
<tr>
- <td>${ name }</td>
- <td>${ value }</td>
+ <td>${ smart_unicode(name) }</td>
+ <td>${ smart_unicode(value) }</td>
</tr>
% endfor
</tbody>