et sm
syntax on
set ts=4
set sts=4
set sw=4
set hlsearch
set ruler
set backspace=indent,eol,start
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,gb2312,utf-16,big5
set fenc=utf-8
set fencs=utf-8,gb2312
set autoindent
set expandtab
相关文章
- new String(getBytes(ISO-8859-1),UTF-8)中文编码避免乱码
- 读取 properties 配置文件含有中文的value内容 导致中文乱码 的解决办法
- IDEA2018.3.5Tomcat output 中文乱码 修改配置文件生效的解决办法
- Android studio 配置file encoding 无效,中文乱码解决办法
- properties配置文件中文乱码解决方法
- 【转】IDEA 中配置文件properties文件中文乱码解决
- eclipse下properties配置文件中文乱码解决
- 中文乱码,修改tomcat配置文件消失的问题
- Golang中文乱码配置解决流程
- Python3 使用 logging.basicConfig() 配置输出日志中的中文乱码解决办法