vim
파일이 로케일이 제공 한 문자 세트와 일치하지 않고 변환 되었음을 감지했습니다. 당신은 명령을 실행하면 :set
내에서 vim
:
:set
--- Options ---
autoindent fileformat=dos scroll=7 textwidth=70
background=dark filetype=asciidoc shiftwidth=2 ttyfast
cscopetag helplang=en softtabstop=2 ttymouse=sgr
cscopeverbose hlsearch syntax=asciidoc
noendofline list tabpagemax=3
expandtab ruler textmode
backspace=indent,eol,start
comments=s1:/*,ex:*/,://,b:#,:%,:XCOMM,fb:-,fb:*,fb:+,fb:.,fb:>
cscopeprg=/usr/bin/cscope
fileencoding=utf-8
fileencodings=ucs-bom,utf-8,latin1
마지막 2 개의 옵션 fileencoding
&을 확인하십시오 fileencodings
.
첫 번째는 현재 파일에 사용 된 인코딩이고 두 번째는 쉼표로 구분 된 인식 된 인코딩 목록입니다.
메시지 vim
가 표시 되면 파일을에서 (으) fileencoding
로 변환이 완료 되었다는 메시지 가 표시 됩니다 encoding
.
자세한 내용을 확인 :help fileencoding
하거나 확인 :help encoding
하십시오.
참고
아래의 스레드를 찾았습니다.이 스레드가 응답했을 때 소스로 사용했습니다. 원래 사이트는 이제 사라졌습니다 (이 답변의 역사에서 액세스 가능). 나는 그 스레드의 내용을 후손을 위해 여기로 옮깁니다. 링크는 뒤로 기계에 여전히 .
#1 Eli the Bearded January 21st, 2004 - 06:51 pm ET | Report spam
In comp.os.linux.misc, Leon. wrote:
Hide the quote
"Gaétan Martineau" wrote in message
news:E9jLb.2903$
> [ system_notes]$ vi installation_chouette.txt
> What means the [converted] at the bottom of the screen, as in:
> "installation_chouette.txt" [converted] 2576L, 113642C
It means that vim detected that the file did not match the
charset given by your locale and made a conversion. What does
:set
Tell you about "fileencoding" and "fileencodings"? The first is
the encoding used for the current file, the second is a comma
separated list of recognized encodings.
Hide the quote
> This file has accented characters. How can I save the file so that if I
> reload if again, I do not see "converted"?
Figure out what charset you want, and then
:set fileencoding=[charset]
:w
Hide the quote
It means deleting the Microsoft Dos/ Windows CR LF end of lines, to just
LF - unix standard end of lines.
It does not. If you open a file with DOS line ends, vim reports [dos]
after the filename, not [converted]. If you do have a dos file that
you wish to convert to unix line ends, you can
:set fileformat=unix
:w
Elijah
/var/log/
는 그렇지 않습니다. 어떤 프로그램이 로그 파일을 만들었습니까? 파일 이름은 무엇입니까?