diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-03-15 15:47:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-03-15 15:47:02 (GMT) |
commit | d2591ce377bb027d210a100c5a738e3cdd82378e (patch) | |
tree | c8a4cf3b5a11d712ae095a1daf58a4a0771ee5ec /release_docs | |
parent | a0c5d9a1d3ffbff3c78982a4d08bd8f1550f535d (diff) | |
parent | 0c20c65e2f3abf390ad87c9167daca4cdff2de39 (diff) | |
download | hdf5-d2591ce377bb027d210a100c5a738e3cdd82378e.zip hdf5-d2591ce377bb027d210a100c5a738e3cdd82378e.tar.gz hdf5-d2591ce377bb027d210a100c5a738e3cdd82378e.tar.bz2 |
Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash to develop
* commit '0c20c65e2f3abf390ad87c9167daca4cdff2de39':
Added the HDopen work-around on windows to pio_engine.c
Adds _wopen support on Windows so that files with UTF-8 names can be opened.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 876fb63..ec93e31 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -135,6 +135,14 @@ New Features (DER - 2018/12/08, HDFFV-10252) + - Added the ability to open files with UTF-8 file names on Windows. + + The POSIX open(2) API call on Windows is limited to ASCII + file names. The library has been updated to convert incoming file + names to UTF-16 (via MultiByteToWideChar(CP_UTF8, ...) and use + _wopen() instead. + + (DER - 2019/03/15, HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691) Parallel Library: ----------------- |