Strings are cut if it contains chinese characters
Summary
Strings shared via logic to SCADA Connection are cut if chinese characters are used in the string.
Description
Strings shared via logic to SCADA Connection are cut if chinese characters are used in the string.
Issue Number: 172674
Fixed on Date: 22.1.2019
Versions: 7.60 0 BUILD 54483 | 8.00 0 BUILD 55271
Related Articles
[CHINESE] String confusion with chinese characters
Description If the operating system was configured for the language Chinese simplified issues occurred, if a new variable was created in the structure, and afterwards the variable was renamed using Chinese characters. This led to a misleading error ...
[CHINESE] Bad refresh of variables having a chinese name
Description If the operating system was configured for the language Simplified Chinese, the spy list does not display the values of variables with Chinese characters in names. The issue has been addressed and now the refresh of the Chinese variable ...
straton strings with special characters are broken in force value dialog
Description In zenon Logic, strings with special characters are not displayed correctly in the Spy and in the Force value dialog. String values that are forced are not correctly written. This bug has been fixed. The value is displayed and written ...
Bitfields and ENUMs with Chinese type names are not reloaded - TEST BY TRIO
Description In a particular project, although Windows was configured for the Chinese region, bitfields and ENUMs with Chinese type names were not reloaded into Workbench. The issue has been addressed and bitfields and ENUMs with Chinese characters ...
Chinese character in the SMTP message control function becomes the question mark in the email
Summary SMTP mails use US-ASCII encoding by default, which does not support all characters. Message Control now explicitely sets the encoding to UTF16 allowing much more characters like chinese, korean, japanese, cyrillic, arabic, ... Description ...