]> git.eshelyaron.com Git - emacs.git/commit
Fix multibyte chars of file names in tramp-adb.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Jul 2020 12:46:18 +0000 (14:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Jul 2020 12:46:18 +0000 (14:46 +0200)
commitaf4f3a873f9dccbf35be7f6818965f41b6978186
tree9713493dd867468aac3d847cc377ed6676907758
parente9e3b6cd225170c3643f2b4264b0740f85aa17df
Fix multibyte chars of file names in tramp-adb.el

* lisp/net/tramp-adb.el (tramp-adb-execute-adb-command): Revert return
value meaning.  Insert the result into the connection buffer.
(tramp-adb-handle-file-local-copy)
(tramp-adb-handle-write-region, tramp-adb-handle-copy-file)
(tramp-adb-get-device): Adapt calls.
(tramp-adb-send-command): Use "adb shell ..." in case the command
contains multibyte chars.

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