You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Beckhoff PWM Terminal and there exists an object entry whose name contains a "µ" (0xb5).
As soon I call the property name the decoding failes at byte 0xb5.
It seems the encoding of the string is "latin" (µ: 0xb5) and not "UTF-8" (µ: 0xc2b5).
I have a Beckhoff PWM Terminal and there exists an object entry whose name contains a "µ" (
0xb5
).As soon I call the property
name
the decoding failes at byte 0xb5.It seems the encoding of the string is "latin" (µ:
0xb5
) and not "UTF-8" (µ:0xc2b5
).pysoem/pysoem/pysoem.pyx
Line 1128 in d52cd51
The text was updated successfully, but these errors were encountered: