Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an
- Date: Tue, 15 Sep 2020 19:15:54 +0900
- From: eizietheez@example.com
- Subject: Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an
- References: <CA+su7OUw8609q6MjWGQow1jC-CnyZ2wUTaWDaK+HT_jRK+5Vog@mail.gmail.com> <CAAhy3dvC2LG1MZHq3BEiJC+dT0-c7j4FTBCB9+uCOKS=T7i5Lw@mail.gmail.com> <CA+su7OV0Q_7TRR00dur40ATkKgxmqsOWgZi89N0rUd+BWtJV0g@mail.gmail.com> <2WCJVSSK7PDKK.2A16EBZE6CDLR@wilsonb.com> <CA+su7OX4+brW8A74_KXSGZbiBJROsqwMsR=g2VhSr0TmpXbJGg@mail.gmail.com>
- User-agent: mblaze/0.7
Edmund Edgar <lists@example.com> wrote: > That works fine if the file is local, but it's on a remote server that I'm > ssh'ing to. Hrm. Not quite sure I understand the problem. I just created a euc-jp file on my remote server and was able to successfully edit it through ssh: $ file foo.txt foo.txt: ISO-8859 text $ scp foo.txt example.com: $ vim --cmd 'set fileencodings=euc-jp' scp://example.com/foo.txt If, on the other hand, you are doing everything from a shell on the remote machine, then from vim's perspective it is a local edit, it still should Just Work: remote$ vim --cmd 'set fileencodings=euc-jp' foo.txt Really, there shouldn't be any need to make your vterm character encoding pay homage to the character encoding of a particular file. I are konfused. :/Attachment: signature.asc
Description: PGP signature
- Follow-Ups:
- References:
- [tlug] What's the easiest way to edit EUC-JP files on a remote server from an Ubuntu 20.04 desktop?
- From: Edmund Edgar
- Re: [tlug] What's the easiest way to edit EUC-JP files on a remote server from an Ubuntu 20.04 desktop?
- From: Raymond Wan
- [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an Ubuntu 20.04 desktop?
- From: Edmund Edgar
- Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an Ubun
- From: eizietheez
- Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an Ubun
- From: Edmund Edgar
Home | Main Index | Thread Index
- Prev by Date: [tlug] What's the easiest way to edit EUC-JP files on a remote server from an Ubuntu 20.04 desktop?
- Next by Date: Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an
- Previous by thread: Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an Ubun
- Next by thread: Re: [tlug] [RESOLVED] Re: What's the easiest way to edit EUC-JP files on a remote server from an
- Index(es):