最近在使用CentOS7 桌面版本,在用五笔打字时,有些字打不出来,比如“覆盖”.但是在WIN下能打出来. 从网上查找原因,原来是需要改成GBK字符集.方法如下: 修改文件 vim /usr/share/ibus-table/engine/table.py 定位到227行 # self._chinese_mode: the candidate filter mode, # means to show simplified Chinese only # means to show traditi…