pages tagged japanese http://meng6net.localhost/tag/japanese/ <p><small>Copyright © 2005-2020 by <code>Meng Lu &lt;lumeng3@gmail.com&gt;</code></small></p> Meng Lu's home page ikiwiki Tue, 16 May 2017 21:18:29 +0000 Installing and configuring input methods on Ubuntu Linux http://meng6net.localhost/computing/installing_and_configuring/installing_and_configuring_input_methods_on_Ubuntu_Linux/ http://meng6net.localhost/computing/installing_and_configuring/installing_and_configuring_input_methods_on_Ubuntu_Linux/ chinese computing configuration documentation draft emacs input method installation japanese note software to-do Mon, 23 Mar 2015 03:24:46 +0000 2017-05-16T21:18:29Z <p>This is a note on installing and configuring input methods for Chinese, English, and Japanese text on Ubuntu Linux.</p> <p>Updated: 2015-3-22, Ubuntu Linux 14.04</p> <p>Install and configure Sougou Pinyin for Chinese, Mocz for Japanese.</p> <h2>Install packages</h2> <p>sudo apt-get install im-switch fcitx fcitx-mozc fcitx-anthy</p> <ul> <li><code>fcitx</code>: Flexible Input Method Framework</li> <li><code>fcitx-mozc</code>: Mozc engine for fcitx - Client of the Mozc input method</li> <li>Mozc: https://code.google.com/p/mozc/</li> </ul> <p>Install <a href="http://pinyin.sogou.com/linux/">Sougou Pinyin</a>.</p> <h2>Configure Emacs to use fcitx</h2> <p>In order to use fcitx input methods in Emacs, the following configuration needs to be placed in <code>$HOME/.bashrc</code>:</p> <pre><code>export LC_CTYPE="zh_CN.UTF-8" </code></pre> <h2>References</h2> <ul> <li> http://www.cnblogs.com/pylemon/archive/2012/01/05/2312682.html</li> <li>http://moritzmolch.com/1453</li> </ul>