no ASCII STEP or IGES file name can not be read in opencascade 6.9.0

Similar problems:
1.https://dev.opencascade.org/content/step-file-reader-non-ascii-file-path
2.https://dev.opencascade.org/content/how-can-opencascade-support-chinese-...
--------------------------
How do I import a non ASCII file path?
I have tried all the solutions proposed in the problems searched above, but they don't seem to work.

The solutions I try include:
① Encoding path into UTF-8;
② Modify OSD_ Path. Cxx file, rebuild the project;

Kirill Gavrilov's picture

can not be read in opencascade 6.9.0

To open UNICODE files you need updating to a decent version of OCCT and encode file path in UTF-8.

Otherwise you may try renaming the file or using NTFS file system hacks with passing DOS 8.3 filename instead, if this options wasn't disabled in your system.