中文编码问题
- 安装中文语言包
- locale -a | grep zh 查看是否有中文语言包
- local 查看是否 LC_TYPE 为空
- 在 /etc/profile.d/ 下创建 lc_type.sh
- 在 lc_type.sh 添加中添加 export LC_TYPE="zh_CN.utf8"
Pillow python 绘图中文乱码
- 在 /usr/share/fonts 下创建 chinese 目录, 用与存放上传过来的支持中文字体的字体文件 .tff
- 修改配置文件 /etc/fonts/fonts.conf, 在 Font directory list 中添加 <dir>/usr/share/fonts/chinese</dir>
- 使用命令 fc-list 查看是否有 chinese, 应该是没有的, 需要使用命令 fc-cache 重新读取配置文件即可