How To Become A Hacker
Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
Copyright © 2001 Eric S. Raymond
翻译:柯非, < [email protected] >
How To Become A Hacker
Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
Copyright © 2001 Eric S. Raymond
翻译:柯非, < [email protected] >
Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
Rick Moen, < [email protected] >
翻译:柯非, < [email protected] >
这篇译文基于2014.05.21更新的原文修订版3.10。
特别感谢王刚,此前本文的翻译是由他进行的。
THIS FILE HAS BEEN ENCODING IN UTF-8. DO NOT TRY TO CONVERT IT TO GBK OR GB18030 TO READ IT.
| #!/bin/sh | |
| # Cisco Anyconnect CSD wrapper for OpenConnect | |
| CSTUB="$HOME/.cisco/hostscan/bin/cstub" | |
| $ARCH=$(uname -m) | |
| if [[ "$ARCH" == "x86_64" ]] | |
| then |
| " Multi-encoding Setting | |
| " Auto detect Asia language environment. your vim should be compiled with multi_byte option | |
| if has("multi_byte") | |
| "set bomb | |
| set fileencodings=ucs-bom,utf-8,cp936,big5,euc-jp,euc-kr,latin1 | |
| " CJK environment detection and corresponding setting | |
| if v:lang =~ "^zh_CN" | |
| " Use cp936 to support GBK, euc-cn == gb2312 | |
| set encoding=cp936 | |
| set termencoding=cp936 |