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
QCAD uses dxflib to open DXF files on Windows, but it has some issues with special characters on file name or path (spaces, international characters, symbols...; "À", "õ", "ß", "ç", "+" etc.), according to QCAD Bugtracker links below.
QCAD group already made a fix for that issue (qcad/qcad@6d3f688), but it would be made also on dxflib development side.
I think that StackOverflow answers would help to solve that issue:
QCAD uses dxflib to open DXF files on Windows, but it has some issues with special characters on file name or path (spaces, international characters, symbols...; "À", "õ", "ß", "ç", "+" etc.), according to QCAD Bugtracker links below.
QCAD group already made a fix for that issue (qcad/qcad@6d3f688), but it would be made also on dxflib development side.
I think that StackOverflow answers would help to solve that issue:
https://stackoverflow.com/questions/396567/is-there-a-standard-way-to-do-an-fopen-with-a-unicode-string-file-path
https://stackoverflow.com/questions/402283/stdwstring-vs-stdstring
It is like doing a #ifndef to detect with SO is running on compiler to choose if it will use fopen or _wfopen and string or wstring.
QCAD Bugtracker links:
The text was updated successfully, but these errors were encountered: