jamesmudd / jhdf

A pure Java HDF5 library
http://jhdf.io
MIT License
127 stars 35 forks source link

Support UTF-8 characters #539

Closed tianxie closed 1 month ago

tianxie commented 5 months ago

What is the suggestion?

I have UTF-8 characters in path. I cannot get node by path.

It would be great if jhdf can support UTF-8 characters.

Snipaste_2024-02-02_14-52-55

jamesmudd commented 5 months ago

Thanks a lot for trying jhdf and raising this issue. UTF8 should be supported in jhdf so maybe this is a bug getting datasets by path.

I will need to investigate. Do you have an example file which demonstrates this issue?

tianxie commented 5 months ago

Please check this file.

new.zip

jamesmudd commented 4 months ago

I have reproduced and fixed this issue #544

This will go in the next release, however that will add initial writing support and there is still quite a bit to do there so can't promise a time scale

jamesmudd commented 1 month ago

This is fixed in release v0.7.0