转载: 解决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
阅读全文