9

What is the way to be able to type Japanese characters? Could someone make a how-to in order to explain the few steps to get it?

Jjed
  • 13,714
  • 10
  • 63
  • 91
Agmenor
  • 15,924
  • 18
  • 67
  • 103

3 Answers3

9

Since Ubuntu 9.10, you just have to follow those few steps :

  • Install ibus-anthy
  • Go to System -> Preferences -> Keyboard input methods
  • Accept to activate iBus (pop-up window)
  • Add Japanese-Anthy in the Method tab
  • Disconnect and reconnect
  • Open an input field (like Gedit for instance), hit Control + Space ; you should be able to type Japanese characters

In order to have iBus launched automatically on boot, go to System -> Administration -> Languages and select iBus as the input method.

techraf
  • 3,306
  • 10
  • 26
  • 37
Agmenor
  • 15,924
  • 18
  • 67
  • 103
4

To install Japanese input methods (Hiragana, Katagana, etc.) you need Mozc:

# apt install fcitx-mozc ibus-mozc mozc-data mozc-server mozc-utils-gui

In case you can select Japanese input methods but you are missing Japanese characters - i.e. you see empty squares or other incorrect characters instead expected Hiragana, Katagana signs etc. - follow: https://en.wikipedia.org/wiki/Help:Installing_Japanese_character_sets

In my case installing Takao fonts solved the issue:

# apt-get install fonts-takao
mps
  • 96
  • 3
0

Read the following:

J. Taylor
  • 804
  • 7
  • 12