doc/plcopen_about.ru.html
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 28 Apr 2016 15:21:02 +0300
changeset 1508 4c645e6b8c98
parent 1492 14ce1a631f44
permissions -rw-r--r--
fix error if non-latin character was entered in initial value in
data type element

Traceback (most recent call last):
File "/home/beremiz/editors/DataTypeEditor.py", line 575, in OnStructureElementsGridCellChange
value = self.StructureElementsTable.GetValue(row, col)
File "/home/beremiz/editors/DataTypeEditor.py", line 80, in GetValue
return str(value)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
Traceback (most recent call last):
File "/home/beremiz/editors/DataTypeEditor.py", line 80, in GetValue
return str(value)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
Traceback (most recent call last):
File "/home/beremiz/editors/DataTypeEditor.py", line 80, in GetValue
return str(value)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
<HTML>
  <HEAD><meta charset="utf-8" http-equiv="Content-Type" content="text/html; charset=utf-8">  
    <TITLE>О PLCOpen Editor</TITLE>
  </HEAD>
  <BODY>
<CENTER>
<IMG SRC="../images/aboutlogo.png">
<BR><BR>
<font size="3">PLCopen Editor сохраняет и загружает XML
  проекты,<BR>созданные согласно PLCopen TC6-XML схемам.</font>
<BR><BR>
За подробной информацией обращаться:
<a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
<BR><BR>
</CENTER>
</BODY>
</HTML>