]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#31272
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 6 May 2018 10:39:36 +0000 (12:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 6 May 2018 10:39:36 +0000 (12:39 +0200)
commit6464a8d702d56f26d34d989a9182396cdc6197a8
treef1ab6b279ecfcb7302a105f94d34b087c648f295
parent8f2a81510548d9ccce691c908eb9ca13414ea45c
Fix Bug#31272

* lisp/net/tramp-sh.el (tramp-do-file-attributes-with-ls)
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-sh-handle-insert-directory): Use "--show-control-chars".
(tramp-convert-file-attributes): Decode multibyte strings,
produced by "stat".  (Bug#31272)

* test/lisp/net/tramp-tests.el (tramp--test-utf8): Extend test.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el