moethu / SketchUpNET

SketchUp C# API - A C++/CLI API Wrapper for the Trimble(R) SketchUp(R) C API
MIT License
108 stars 34 forks source link

Cannot load models, when filepath contains special characters (ä, ö, ü, ß, ...) #21

Closed Reaper90 closed 4 years ago

Reaper90 commented 5 years ago

As the title already says, it's not possible to load models when the filepath (filename and folderpath) contains special (in this case german) characters (ä, ö, ü, ß, ...). I'm using this library in a VB.NET WPF application and apart from this it works perfectly fine. But i couldn't find a solution to this on my applications side.

Is it possible to fix this problem? I'm not that experienced when it comes to C/C++...

moethu commented 4 years ago

Sorry to answer almost a year later... sure, that's not a big issue. I will have a look at it, or - create a PR if you can jump on it.

moethu commented 4 years ago

this has been fixed with #9