From: Michael Albinus <michael.albinus@gmx.de>
To: Wang Lei <wanglei.198112@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Chinese in tramp become ????s
Date: Mon, 03 Aug 2009 06:04:23 +0200 [thread overview]
Message-ID: <87ljm1a6go.fsf@gmx.de> (raw)
In-Reply-To: <a0a0cf140907311850s2d6d70bexa333179ce2afc15e@mail.gmail.com> (Wang Lei's message of "Sat, 1 Aug 2009 09:50:27 +0800")
Wang Lei <wanglei.198112@gmail.com> writes:
>>> In tramp mode, when I create a direcotry named 你好, it displays
>>> '??????', this is the describe-char's output:
>>
>> Same here. However, if I open /ssh:host:/path/你好/ I can continue to
>> work. So it seems to be a problem of /bin/ls
>>
> Then. Maybe it's a su's problem?
It's an environment problem. Tramp sets LC_ALL to "C". You should do the
following, before connecting via "su":
(add-to-list 'tramp-remote-process-environment "LANG=zh_CN.utf8" 'append)
(add-to-list 'tramp-remote-process-environment "LC_ALL=zh_CN.utf8" 'append)
Best regards, Michael.
next prev parent reply other threads:[~2009-08-03 4:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 11:42 Chinese in tramp become ????s Wang Lei
2009-07-30 4:38 ` Michael Albinus
2009-07-30 4:57 ` Wang Lei
2009-07-30 5:00 ` Michael Albinus
2009-07-31 11:46 ` Wang Lei
2009-07-31 14:07 ` Michael Albinus
2009-08-01 1:50 ` Wang Lei
2009-08-03 4:04 ` Michael Albinus [this message]
2009-08-03 13:31 ` Wang Lei
[not found] <mailman.3380.1248867788.2239.help-gnu-emacs@gnu.org>
2009-07-31 13:33 ` Colin S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ljm1a6go.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=help-gnu-emacs@gnu.org \
--cc=wanglei.198112@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).