tests/python/c_code@c_ext/baseconfnode.xml
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Tue, 20 Jun 2017 17:01:19 +0300 |
changeset 1699 |
65ce8afe4b8f |
parent 1401 |
611fded24ce4
|
permissions |
-rw-r--r-- |
enable non-latin variable descriptions in CodeFileEditor
fix following backtrace:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)
Traceback (most recent call last):
File "beremiz/editors/CodeFileEditor.py", line 610, in GetValue
return str(self.data[row].get(self.GetColLabelValue(col, False), ""))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)
1401
611fded24ce4
Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
Edouard Tisserant
diff
changeset
|
1 |
<?xml version='1.0' encoding='utf-8'?>
|
734
|
2 |
<BaseParams Name="c_code" IEC_Channel="1"/>
|