• ubuntu终端中文乱码的解决


    ubuntu 终端中文显示乱码问题

    zz:http://hi.baidu.com/huaerzaikai/blog/item/8cc478b5c227b1c237d3cabd.html

    解决方法:
    一. Ubuntu默认的中文字符编码
    Ubuntu默认的中文字符编码为zh_CN.UTF-8,这个可以在
    /etc /environment中看到:sudo gedit /etc/environment可以看到如下内容:PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin: /usr/bin:/sbin:/bin:/usr/games"LANG="zh_CN.UTF- 8"LANGUAGE="zh_CN:zh:en_US:en"第二行即是默认的中文字符编码。注:可以通过这里修改默认的中文编码字符,比如修改为:zh_CN.GBK。
    二. 添加中文字符编码的方法1. 直接使用locale-gen在终端输入命令:sudo locale-gen zh_CN.GB18030即可完成中文字符集的添加。完成后可以转到
    /usr/lib/locale/,下面已经有一个zh_CN.gb18030文件夹;在超级终端输入命令:
    gedit /var/lib/locales/supported.d/local,可以发现文件中多了一行:zh_CN.GB18030 GB18030。说明添加成功。
    2. 通过修改/var/lib/locales/supported.d/local文件在终端输入命令行sudo gedit /var/lib/locales/supported.d/local可以看到如下内容:zh_CN.UTF-8 UTF-8en_US.UTF-8 UTF-8
    在文件尾添加中文字符集
    zh_CN.GBK GBK
    保存后退出。在终端输入命令:
    sudo dpkg-reconfigure locales


    Generating locales...en_AU.UTF-8... doneen_BW.UTF-8... doneen_CA.UTF-8... doneen_DK.UTF-8... doneen_GB.UTF-8... doneen_HK.UTF-8... doneen_IE.UTF-8... doneen_IN.UTF-8... doneen_NZ.UTF-8... doneen_PH.UTF-8... doneen_SG.UTF-8... doneen_US.UTF-8... doneen_ZA.UTF-8... doneen_ZW.UTF-8... donezh_CN.GBK... donezh_CN.UTF-8... up-to-datezh_HK.UTF-8... donezh_SG.UTF-8... donezh_TW.UTF-8... doneGeneration complete.
    即可生成相应文件:/usr/lib/locale/zh_CN.gbk/
    最后重启ubuntu。

    
  • 相关阅读:
    Python GUI编程(Tkinter)19、Frame控件
    Python GUI编程(Tkinter)18、Combobox下拉控件
    D
    C
    B
    A
    wordpress调用服务器本地的头像
    杂七杂八的问题处理03--jenkins发邮件提示Error sending to the following VALID addresses
    杂七杂八的问题处理02--allure报告显示loading问题
    vue一次下载多个文件
  • 原文地址:https://www.cnblogs.com/djcsch2001/p/2014137.html
Copyright © 2020-2023  润新知