Fix another instance of bug #12933 with non-ASCII file names on Windows.
commit2e7cddd30317b7951c5425a5769ac9f33136f72f
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Dec 2012 18:48:01 +0000 (4 20:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Dec 2012 18:48:01 +0000 (4 20:48 +0200)
treef7791324a1d88f9b0c1dbb3ddf97646889a70723
parent52d129cd62f502a855031c7cf5b6959a4a6e33da
Fix another instance of bug #12933 with non-ASCII file names on Windows.

 src/fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
 Encode the file name before passing it to dostounix_filename, in
 case it will downcase it (under w32-downcase-file-names).
src/ChangeLog
src/fileio.c