gvim에서 파일을 열 때

iadoy의 이미지

내용이 모두 깨지더군요...
vimrc 파일에 환경 설정을 set encoding=cp949로 되어 있는데...
파일이 다 깨지더라구...그래서 utf-8로 바꿔봤는데..
파일 내용은 제대로 나오는데 UI에 한글이 다 깨지더군요..
파일 내용 부분 빼고는 다 깨지네요...

왜 그런지 설명과 해결 방법 좀 알려주세요...
월요일...일거리는 넘쳐나네요...

모두 즐거운 한 주 보내세요...

(내용 추가)
gvim을 windows 2003에서 사용하고 있습니다.
버전은 7.0 이구요.

황제펭귄의 이미지

터미널이나 UTF-8의 X-window로 작업하신다면 encoding이 맞지 않아서 vim에서는 잘 처리하는데 보이지 않을수 있습니다.
어떤 환경에서 vim을 사용하시는지 알려주세요.

iadoy의 이미지

gvim은 윈도우에서 사용하고 있는 겁니다.
버전은 7.0이구요...
터미널이나 리눅스에서는 사용하는거는 아닙니다...

killereco의 이미지

set termencoding=utf8로 해보세요

iadoy의 이미지

제가 터미널이나 다른 곳에서 사용하는 것이 아니라
windows 2003에서 로컬의 텍스트 파일을 불러올때 위 문제가 발생합니다.

답변감사합니다..^^;...

시렌의 이미지

저도 그런 증상이 있어서 애초에 설치할 때 native support를 설치안했습니다. 그렇게 하니 제대로 나오더군요. 영문 메뉴의 압박이 있지만. :)

Blog: http://www.siren99.net

익명 사용자의 이미지

set fileencodings=utf-8,cp949

Arcy의 이미지

2003에서 gvim encoding 은 cp949 로 해야 보이더군요.

fencs 는 위에 보신대로 해주셔도 되고..

전 이렇게 씁니다.

set fencs=ucs-bom,euc-kr,utf-8,latin1
익명 사용자의 이미지


let &termencoding=&encoding
set encoding=utf-8
set fencs=ucs-bom,utf-8,cp949,latin1
set ffs=unix,dos,mac

해보시구여.

그래도 안되면 edit ++enc=cp949 ++ff=dos 파일이름 해보시구여.

그래도 안되면 ++bad 옵션 붙여서 전환 안되는 문자파악 합니다.
마지막으로 iconv()함수를 사용하거나 chart인가 뭔가하는 옵션 넣고도
해봅니다.
help ++opt

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.