Vim show strange  characters over putty

前端 未结 2 1973
[愿得一人]
[愿得一人] 2021-01-31 17:35

When I am editing a file in Vim I have some lines with a bunch of  displayed.

I have already checked the encoding with

:set encoding

2条回答
  •  执念已碎
    2021-01-31 18:21

    Does it appear when you type the British Pound symbol? Try changing your encoding:

    :set encoding=latin1
    

提交回复
热议问题