occt: master e0a25f3d

Author Committer Branch Timestamp Parent
abv abv master 2020-09-09 10:02:39 master c99ad5d7
Affected Issues  0031589: Data Exchange - unable to read STEP file containing mangled characters
Changeset 0030397: Data Exchange - STEP Reader extension to support entities which have a text description field with not supported symbols

STEP file is now opened in binary mode (instead of text mode) to avoid unexpected handling of control symbols inside string constants.
mod - src/StepFile/stepread.c Diff File
add - tests/bugs/step/bug30397 Diff File