Solve the gedit text garbled problem

Source: Internet
Author: User
In the default configuration of Gedit Chinese garbled text (Fedora), garbled text files of the GB18030, GBK, and GB2312 types are opened in the Ubuntu text editor (gedit. The reason for this is that gedit uses a list of encoding matches only in...
In the default configuration of Gedit Chinese garbled text (Fedora), garbled text files of the GB18030, GBK, and GB2312 types are opened in the Ubuntu text editor (gedit. This is because gedit uses an encoding matching list. only the encoding in this list is matched. encoding not in this list is garbled. All you need to do is add GB18030 to the matching list. Command line method, applicable to all Ubuntu users. Www.2cto.com copy the following command to the terminal and press enter: gconftool-2 -- set -- type = list -- list-type = string/apps/gedit-2/preferences/encodings/auto_detected "[UTF-8, CURRENT, GB18030, BIG5-HKSCS, UTF-16] "graphical approach for Ubuntu users, not KUbuntu/XUbuntu users. Follow these steps to make your gedit correctly display the Chinese encoding file. Press the Alt-F2 to open the run Application dialog box. In the text box, type "gconf-editor" and press the Enter key to open "configuration editor ". Expand the tree node on the left, find the/apps/gedit-2/preferences/encodings node, and click it. Double-click the auto_detected key on the right to open the edit key dialog box. Click Add on the right of the list, enter GB18030, and click OK. A "GB18030" is added at the bottom of the list ". Click select it, and click the "up" button on the right until "GB18030" is at the top of the list. Click OK to close the configuration editor. In gedit3.x, enter dconf-editor www.2cto.com to expand the value of org/gnome/gedit/preferences/encodings auto-detected and add 'gb18030' to the value of uft8; 'gb18030' is added to the show-in-menu value. now, your gedit should be able to smoothly open the GB18030 encoded text file. Gedit 3. command setting for version X: gsettings set org. gnome. gedit. preferences. encodings auto-detected "['utf-8', 'gb18030', 'gb2312', 'gbk', 'big5', 'current ', 'utf-16'] "The gedit text editor that comes with Fedora 16 belongs to the gedit3.x version, so there are a lot of online gedit settings that are not suitable and cannot find/apps/gedit-2/preferences/encodings, therefore, users who have not solved this problem can refer to the gedit3.x version setting method. It turns out that Emacs has been used to solve the gedit text garbled problem, and it is awkward to find the gedit3.x setting method on the Internet. It is hereby recorded. Author Hu Wenyu
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.