Support Chinese under Ubuntu XFCE
Charles Chan @ 2021-02-09 #Ubuntu #XFCE @OperatingSystem
Input Method and Font
apt install ibus-sunpinyin
apt install ttf-mscorefonts-installer
apt install fonts-wqy-zenhei
ibus-daemon -d
Change setting by command-line, if needed.
Never use ibus-pinyin, it’s bugged.
Xfce-Terminal
Edit -> Preferences -> Advance -> Encoding -> UTF-8
vim
Create or Modify the ~/.vimrc
:
set encoding=utf-8
set fileencoding=utf-8