[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 1be3330: * lisp/net/tramp-sh.el (tramp-get-remote-l
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 1be3330: * lisp/net/tramp-sh.el (tramp-get-remote-locale): Add "C.UTF-8" as candidate. |
Date: |
Thu, 30 Mar 2017 11:18:30 -0400 (EDT) |
branch: master
commit 1be3330b31f9c0d0d0f7d25641e8b81c807ca616
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
* lisp/net/tramp-sh.el (tramp-get-remote-locale): Add "C.UTF-8" as
candidate.
---
lisp/net/tramp-sh.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index e0f8d71..e4a48b7 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 1be3330: * lisp/net/tramp-sh.el (tramp-get-remote-locale): Add "C.UTF-8" as candidate.,
Michael Albinus <=