This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set encoding=utf-8 | |
set fileencodings=ucs-bom,utf-8,chinese | |
set fileencoding=utf-8 | |
set termencoding=utf-8 | |
language messages zh_CN.utf-8 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set encoding=utf-8 | |
set fileencodings=ucs-bom,utf-8,chinese | |
set fileencoding=utf-8 | |
set termencoding=utf-8 | |
language messages zh_CN.utf-8 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import re | |
import os.path | |
import codecs | |
import os | |
encoding = 'cp932' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set encoding=utf-8 | |
set fileencodings=ucs-bom,utf-8,chinese | |
set fileencoding=utf-8 | |
set termencoding=utf-8 | |
language messages zh_CN.utf-8 | |