cdmer /register user 或 cmder /register all
ll=ls -alF --show-control-chars
set LANG=zh_CN.UTF-8 chcp utf-8 # 等价于 chcp 65001
ps. 若是运行Python程序时报下面的错误:git
UnicodeEncodeError: 'gbk' codec can't encode character 'xa0' in position 222: illegal multibyte sequence
仍然须要在vendor/init.bat里添加@chcp 65001 >nulgithub
本文出自 qbit snap