AB4D Forum

Full Version: AssimpWpfImporter does not load filepaths with arabic characters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

There is no support for arabic characters.
Can you please add support to it?

assimpWpfImporter.ReadModel3D(fileName) 
where filename = 'ؤهشخ'

crashes

Thank you
Sorry, but I cannot do much to fix that because the problem is in the native assimp library that does not support other characters. This is a known issue but it seems that it is not going to be fixed soon - see:
https://github.com/assimp/assimp/issues/2946