cygwin设置
时间:2014-11-21 23:08:08
收藏:0
阅读:354
解决乱码问题
# 设置为中文环境,使提示成为中文
export LANG =" zh_CN.UTF-8 "
# 输出为中文编码
export OUTPUT_CHARSET =" GBK "
原文:http://www.cnblogs.com/zhang-pengcheng/p/4113925.html
评论(0)