轉載: 解決Vim在Windows下的亂碼問題
摘要: 本文主要解決 Vim 在Windows下的各種中文顯示亂碼問題,如:
文件亂碼、菜單亂碼、右鍵菜單亂碼、消息提示亂碼、文件關聯右鍵菜單亂碼等。
方法很簡單,在 _vimrc 中加入以下代碼即可:
"""""""""""""""""""""""""""""
"解決windows下的中文亂碼問題
"""""""""""""""""""""""""""""
set encoding=utf-8
"set termencoding=utf-8
set fileencodings=ucs-bom,utf-8,chinese,latin-1
閱讀全文
ActivePerl PPM 安裝包的搜索地址
摘要: ActivePerl PPM的安裝包地址有:
針對版本5.8的有
http://www.bribes.org/perl/ppm, for the www.bribes.org Perl 5.8 repository
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 (ActivePerl Build < 819) / http://theoryx5.uwinnipeg.ca/ppms/ (ActivePerl Build >= 819), for the uwinnipeg Perl 5.8 repository
http://trouchelle.com/ppm/, for the trouchelle Perl 5.8 repository
http://ppm.tcool.org/archives/, for the ppm.tcool.org Perl 5.8 repository
閱讀全文