< Localization

Localization/Korean

This article describes how to set up a Korean language environment. It does not cover setting up Korean input on a tty.

Fonts

  • adobe-source-han-sans-kr-fonts - Korean OpenType/CFF fonts
  • ttf-baekmuk - Collection of Korean TrueType fonts
  • spoqa-han-sansAUR - Source Han Sans customized by Spoqa
  • ttf-d2codingAUR - D2Coding fixed width TrueType font made by Naver
  • ttf-nanumAUR - Nanum series TrueType fonts
  • ttf-nanumgothic_codingAUR - Nanum series fixed width TrueType fonts
  • / - Korean TrueType/OpenType fonts by Korea Publisher Society
  • / - Multilingual (Korean, Yethangul, Chinese extended, Japanese, Latin extended, Cyrillic, Arabic, Hebrew, Devanagari) TrueType/OpenType fonts by Korea Publisher Society

Locale

You should have enabled in . It is recommended that you always use a .UTF-8 locale rather than the ko_KR.EUC-KR locale. For more information, read locale.

Input methods

The following input methods are available for Korean:

Nabi

Nabi is a standalone Korean input method, developed by Choe Hwanjin, offering many unique features, such as Yethangul support.

Install the package.

Once you have finished the installation, add the following to xprofile, xinitrc, or :

export XIM=nabi
export XIM_ARGS=
export XIM_PROGRAM="nabi"
export XMODIFIERS="@im=nabi"
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim

Once you restart the X session, nabi will autostart by default. The default Korean keyboard layout is Dubeolsik(두벌식). If you need a different Korean keyboard layout (e.g. Sebeolsik or Dubeolsik Yetgul), click on the system tray icon of nabi, and select a input method from the menu that pops up.

scim-hangul

Install .

Now add the following to the user's , , or :

export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE="xim"
export QT_IM_MODULE="scim"
scim -d
Note: The above environment variables differ slightly from the ones recommended in the scim article. We are adding export GTK_IM_MODULE="xim" instead of GTK_IM_MODULE=”scim". This allows us to input Korean in applications such as Chrome and Chromium (though with issues discussed above), and to use backspace properly in GTK3 applications such as Gedit.

uim-byeoru

Follow the instructions in User:Isaac914/uim to install uim and to get it running. Return to this section after uim is installed and running as the default input method.

Open the uim preferences window by running :

$ uim-pref-gtk (Or, uim-pref-gtk3/uim-pref-qt4)

Within global settings, check on the Specify default IM checkbox. Then, set Byeoru as default. You may also want to disable input methods that you do not plan on using by clicking on the 'edit' button. If you want to quickly switch between Korean and other languages (other than English), check the enable IM switching by hotkey checkbox, and set a hotkey to switch between enabled IMEs.

When you are done with the global preferences, find Byeoru in the tree menu on the left side of the preferences window. From there, you can set the Korean keyboard layout you want to use (e.g. ), specify the korean/Hanja dictionary that Byeoru will use, and other miscellaneous settings. Then, click on Byeoru Keybinding 1 in the tree menu. Set the hotkey you want to use to enable/disable Byeoru. Most Korean users use or shift+space.

If all went properly, you should now be able to use UIM-byeoru to type in Korean.

Troubleshooting

IBus
As of November 2014, IBus sometimes does not recognize user-set hotkeys for IM switching. This means that you may need to click on the IBus systray icon every time to want to switch input methods.
uim
uim-byeoru may cause Opera to crash.
scim
scim-hangul, as of November 2014, has issues with Google Chrome and Chromium web browsers. With the default environment variables, you cannot input Korean in Google Chrome or Chromium. scim also causes problems in Gedit as of November 2014. When scim-hangul is active, pressing does not work properly. A workaround for both these issues will be explained in #scim-hangul. However, even with this workaround applied, Chrome/Chromium users may find that the preedit string disappears when the spacebar or any other modifier key is pressed. There is currently no known workaround for this issue.
fcitx
Fcitx-hangul has issues with Google Chrome and Chromium. Some users have reported that fcitx only recognizes Google Chrome/Chromium's URL bar as an input window only after their themes have been changed.
nabi
is a standalone Korean input method that is being developed by Choehwanjin. Nabi provides many unique features, such as Yethangul support. If you only need to use Korean and English input, you may want to install nabi. Currently, nabi causes an issue with chromium. When you press the spacebar, the preedit string will be placed after the space, causing your input to look like this:

Libreoffice

In some cases, Libreoffice will not take Korean input from any input method. To resolve this issue, try adding to , , or .

Tips and tricks

Using the Right alt key to switch input methods

You can use the right key (e.g. '한/영키') to switch between Input methods if you are using uim, scim, or nabi. To do this, add the following lines after the environment variables that start your input method:

Then, in the settings of your input method, add the right key as a hotkey to switch IMEs. The right key has been remapped to a non-modifier key called "Hangul". The script above also allows you to use the right Ctrl key (e.g. '한자키') to activate Hanja input. The right Ctrl key should also have been remapped to "Hangul_Hanja". Add this key as a Hanja hotkey within the settings of your input method. If adding that to your or file did not work, create a script containing those four lines and set it to auto execute when your desktop environment starts up.

gollark: Why would anyone trust the lottery thing? Or use it at all, even.
gollark: Consistently increasing RAM use and memory allocation per second?
gollark: Mostly game internals, and they somehow manage to consistently worsen things.
gollark: Vanilla is, by design, absolutely not at feature parity with modded.
gollark: I guess so.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.