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 an IFC2X3 file with following character sequence: 'P\S\D\S\DPISTE'. This should decode as PÄÄPISTE. Both sequences '\S\D' should be interpreted as 128+'D'.
However, function decodeArgumentStrings() in ReaderUtil.cpp interprets it as a single character with value 125+'D'+'D'. Why is that?
The text was updated successfully, but these errors were encountered:
I have an IFC2X3 file with following character sequence: 'P\S\D\S\DPISTE'. This should decode as PÄÄPISTE. Both sequences '\S\D' should be interpreted as 128+'D'.
However, function decodeArgumentStrings() in ReaderUtil.cpp interprets it as a single character with value 125+'D'+'D'. Why is that?
The text was updated successfully, but these errors were encountered: