-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there are Chinese characters in the file path, an exception is thrown #197
Comments
I can add the CreateDirectory internally. |
@Fokatu could it be fonts related issue on your system? |
which .net version are you using? |
.net 4.7.2 |
there are some reports of this. |
glad you found the solution |
After further testing, I found that the latest version of HDF.PInvoke does not support Chinese, but the lower version does. Is it OK to downgrade the version of this library? HDF.PInvoke 1.10.5.2 works fine. |
hi @Fokatu , |
It seems to be an issue with the Hdf5 version, I'm also having that issue when using other libraries. Is it possible to upgrade the version of Hdf.pinvoke?
sample code:
var fid = Hdf5.CreateFile("f:/测试/test5.h5"); Hdf5.CloseFile(fid);
The text was updated successfully, but these errors were encountered: