要查看Linux系统的字符集,可以使用以下命令:
locale
echo $LANG
cat /etc/locale.conf cat /etc/default/locale
通过以上方式,你可以查看Linux系统当前的字符集设置。