In Linux text mode, fbterm + ucimf + w3m is used for Chinese Input, browsing, and surfing the Internet.

Source: Internet
Author: User

I don't know how to do it. I have always had a special liking for the Linux text mode. I have been working on Chinese support for the past two days.

I have used zhcon before and can enter and browse Chinese characters, but it is displayed when I use w3m to access the Internet. I suspect that the use of framebuffer conflicts between zhcon and w3m. After all, zhcon has not been updated for many years. As follows:

So I searched online and found that the fbterm console using framebuffer technology has the ucimf plug-in, which can use the input method of the East Asian language.

Therefore, fbterm and ucimf dependencies and ucimf are installed. The installation period can display Chinese characters normally, and w3m has a good online experience. The font can also be set as beautiful as that in xwindows,

But the problem is that I cannot enter Chinese characters. I tried to configure the settings on the ucimf official website, but I still cannot. So I installed fbterm (from RPM source) and ucimf (source code package compiled on the official website) are deleted, a shell script is found online, modified to the latest version of the program, and installed. The content is as follows:

Code:
  1. # ----------------- Usermanual -----------------
  2. Http://ucimf.googlecode.com/files/UserManual.pdf wget-C
  3. Http://ucimf.googlecode.com/files/UserManual.txt wget-C
  4. # ----------------- Install --------------------
  5. CD
  6. Http://ucimf.googlecode.com/files/libucimf-2.2.9.tar.gz wget-C
  7. Tar-xvf libucimf-2.2.9.tar.gz
  8. CD libucimf-2.2.9/
  9. ./Configure -- prefix =/usr -- sysconfdir =/etc
  10. Make
  11. Make install
  12. CD
  13. Rm-RF Co., libucimf-2.2.9/
  14. Http://ucimf.googlecode.com/files/ucimf-openvanilla-2.10.6.tar.gz wget-C
  15. Tar-xvf ucimf-openvanilla-2.10.6.tar.gz
  16. CD ucimf-openvanilla-2.10.6/
  17. ./Configure -- prefix =/usr
  18. Make
  19. Make install
  20. CD
  21. Rm-RF Co., ucimf-openvanilla-2.10.6/
  22. Http://ucimf.googlecode.com/files/openvanilla-modules-0.8.0_13.tar.gz wget-C
  23. Tar-xvf openvanilla-modules-0.8.0_13.tar.gz
  24. CD openvanilla-modules-0.8.0_13/
  25. ./Configure -- prefix =/usr -- with-zh_CN
  26. Make
  27. Make install
  28. CD
  29. Rm-RF Co., openvanilla-modules-0.8.0_13/
  30. Http://fbterm.googlecode.com/files/fbterm-1.6.tar.gz wget-C
  31. Tar-xvf fbterm-1.6.tar.gz
  32. CD fbterm-1.6/
  33. ./Configure -- prefix =/usr
  34. Make
  35. Make install
  36. CD
  37. Rm-RF Co., fbterm-1.6/
  38. Http://ucimf.googlecode.com/files/fbterm_ucimf-0.2.6.tar.gz wget-C
  39. Tar-xvf fbterm_ucimf-0.2.6.tar.gz
  40. CD fbterm_ucimf-0.2.6/
  41. ./Configure -- prefix =/usr
  42. Make
  43. Make install
  44. CD
  45. Rm-RF Co., fbterm_ucimf-0.2.6/
  46. # ------------------- Run ----------------------
  47. # Lang = zh_CN.UTF-8 fbterm-I fbterm_ucimf

Some libraries were found to be missing when fbterm was installed, but they were not prompted during the previous RPM package installation. These libraries were downloaded and installed successfully.

If you do not configure ucimf, you can check the usermanual downloaded from this script.

You can also enter Chinese characters,

But occasionally the font display is rough, but sometimes it is better to exit fbterm again, and there is also a poor way back, the font is wenquanyi and other Kuan Zheng Hei 16.

I really don't know where the root cause of this occasional minor fault is .. ..

Students who want to try, the above text contains links to the official website of various software, you can check it yourself. If not, you can leave a message. I will try my best to help.

 

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.