Ubuntu "Dapper" delay proposed
Posted Mar 12, 2006 17:30 UTC (Sun) by
ngiger@mus.ch (subscriber, #4013)
In reply to:
Ubuntu "Dapper" delay proposed by jyp
Parent article:
Ubuntu "Dapper" delay proposed
As my wife is from Korea I also had to setup a solution to enable her to
input korean/hangul. My solution was to create some shortcuts on the
Desktop for the program my wife needs to give input in korean (KMail and
OpenOffice) while still having all the menus in german.
As Input Manager I use Amy, but I think the same would apply to skim (but
not tested). The scripts look like this:
#! /bin/bash
export XMODIFIERS=@im=Ami
export LC_CTYPE=ko_KR.eucKR
export LANGUAGE=de
#export LANG=ko_KR.eucKR
ami &
oowriter
Then using <Shift>-<Space> I can switch between korean and german input.
In OO/kmail you also have to specify a font which supports the korean
input and/or specify the encoding.
I hope this helps for you too
(
Log in to post comments)