问题:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6146: ordinal
Ubuntu系统
export LC_ALL=C.UTF-8
source ~/.bashrc
Linux
export LC_CTYPE=en_US.UTF-8
source ~/.bashrc
问题:UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6146: ordinal
Ubuntu系统
export LC_ALL=C.UTF-8
source ~/.bashrc
Linux
export LC_CTYPE=en_US.UTF-8
source ~/.bashrc
本文标题:服务器终端编码问题
本文链接:https://www.haomeiwen.com/subject/ecugwltx.html
网友评论