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
both assume the input strings to be UTF-8. However, they only run properly on Linux, if the string is outside the ASCII-range.
We need to add proper platform independent handling, e.g. like in
inline std::vector<Lib3MF_uint8> ReadFileIntoBuffer(std::string sFileName)
inline void WriteBufferToFile(std::vector<Lib3MF_uint8> const & buffer, std::string sFileName)
see
lib3mf/Tests/CPP_Bindings/Include/UnitTest_Utilities.h
Line 79 in 30d5c2e
lib3mf/Tests/CPP_Bindings/Include/UnitTest_Utilities.h
Line 91 in 30d5c2e
both assume the input strings to be UTF-8. However, they only run properly on Linux, if the string is outside the ASCII-range.
We need to add proper platform independent handling, e.g. like in
lib3mf/Source/Common/Platform/NMR_ImportStream_Native.cpp
Line 51 in 30d5c2e
The text was updated successfully, but these errors were encountered: