]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-sh.el (tramp-get-remote-locale): Add "C.UTF-8" as candidate.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Mar 2017 15:18:17 +0000 (17:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 30 Mar 2017 15:18:17 +0000 (17:18 +0200)
lisp/net/tramp-sh.el

index e0f8d714e179f61c18685655a3e90d4136bfbd4d..e4a48b7f8e233752418e4a151a8dcd409ba4d1ec 100644 (file)
@@ -5222,7 +5222,7 @@ Nonexistent directories are removed from spec."
   "Determine remote locale, supporting UTF8 if possible."
   (with-tramp-connection-property vec "locale"
     (tramp-send-command vec "locale -a")
-    (let ((candidates '("en_US.utf8" "C.utf8" "en_US.UTF-8"))
+    (let ((candidates '("en_US.utf8" "C.utf8" "en_US.UTF-8" "C.UTF-8"))
          locale)
       (with-current-buffer (tramp-get-connection-buffer vec)
        (while candidates