commit | cd9d6c51498d44e2896daeb80bf572be66a211f8 | [log] [tgz] |
---|---|---|
author | Patrick Gansterer <paroga@paroga.com> | Fri Feb 28 01:29:28 2014 +0100 |
committer | Andy Green <andy.green@linaro.org> | Fri Feb 28 08:59:58 2014 +0800 |
tree | f6a9c47448b35411a2f3a931ec7703090c8c756d | |
parent | 9d614917c3f2ca6150a5513abb7c3cdfff2dd1e7 [diff] |
Correctly server non-ASCII filenames on Windows Convert the filename from UTF-8 to UTF-16 and use CreateFileW() to open the file.