Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [science-iwg] Problem of HDF5 file with UTF8 file names on Windows

Hi,


This is an old and very annoying problem with the HDF5 library that the developers unfortunately do not want to solve.

There are basically two ways around this:

1) Use GetShortPathName (https://msdn.microsoft.com/en-us/library/windows/desktop/aa364989(v=vs.85).aspx and http://stackoverflow.com/questions/11038595/java-call-for-windows-api-getshortpathname) to get the ASCII string name.
The Microsoft page makes it clear that there are limitations to this working however…

2) Recompile HDF5 with the patch provided at https://lists.hdfgroup.org/pipermail/hdf-forum_lists.hdfgroup.org/2014-August/007988.html
I ended up doing this some time ago and I can confirm that it works fine when using the HDF5 C API, I cannot comment on how it works from Java. 

Best,

Tom





-- 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom

Back to the top