georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Allow filenames with invalid utf8 (unix) #73

Closed magnusuMET closed 3 years ago

magnusuMET commented 3 years ago

This implementation allows opening and creating files with filenames which are not well-formed UTF8, as can be seen in the added test.

The newest xcode for macos gives a (correct) compilation error for hdf5, so a workaround has been included here.

Partial fix of #67