]> git.eshelyaron.com Git - emacs.git/commit
Fix case-insensitive completion of non-ASCII file names
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Nov 2019 16:08:45 +0000 (18:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Nov 2019 16:08:45 +0000 (18:08 +0200)
commit0b21ecdb5ea9db8cf7a4a4ee59b29bf6273f2915
treeeda50d9b4c6523b96dd598d2007d9e418036adc3
parent3c86424a182892db1e0216b9aa7e8389ae6f13de
Fix case-insensitive completion of non-ASCII file names

* src/dired.c (scmp): Comment on (non)applicability to
comparisons of  non-ASCII strings case-insensitively.
(file_name_completion): Decode early the file names read from
the directory, and use the decoded names for comparison when
letter-case should be ignored.  (Bug#11339)
src/dired.c