LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2004, 09:18 AM   #1
galedeer
LQ Newbie
 
Registered: Nov 2004
Distribution: Slackware10
Posts: 4

Rep: Reputation: 0
asian language support


My primary language is English, and that is how i set my Slackware box to run as, but i have started to learn Korean, and would like to beable to write (e-mails/IM's) my friends in hangul (the writen korean language) I can add Korean to the Xkb settings but when i select it, it says "err" error changing keyboard layout to "ko"! In the country/region and language tab or "control center" it will not allow me to add korean, only US?

I would like to know if i am missing the supporting package, if so where could i get it from, and what else i might need to do to enable me to switch from korean to english on my slackware system.

thanks- dj
 
Old 12-15-2004, 07:08 AM   #2
ldviveros
LQ Newbie
 
Registered: Dec 2004
Distribution: slackware
Posts: 1

Rep: Reputation: 0
Annyong haseyo!

I use slackware 10 and I am learning korean too. Try installing nabi.

http://nabi.kldp.net/english.html

You need korean fonts installed...

annyonghi gyeseyo!
 
Old 01-02-2005, 09:59 AM   #3
anion05
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
Unhappy nabi - help needed!

Quote:
Originally posted by ldviveros


I use slackware 10 and I am learning korean too. Try installing nabi.

http://nabi.kldp.net/english.html

You need korean fonts installed...
Hi!

I use Suse and I recently have installed the Korean baekmuk-fonts and the input-programs Nabi and Ami. Unfortunately I am still not able to write in Hangul.

The documentation page of Nabi says that I have to press SHIFT and SPACE. But where???
I can't do this in my OpenOfficeWriter or in Kate, because then the cursor just will move one space and that's it. Nothing else happens.

Now I feel very silly - therefore I would be really grateful if somebody could give me some advice what to do...

Thanks very much and a happy new year!
 
Old 01-05-2005, 07:11 PM   #4
seow_ming
Member
 
Registered: Mar 2004
Location: Currently in China
Distribution: Fedora 9
Posts: 130

Rep: Reputation: 15
The distro i'm using is FC2, Im now in China and there are lots of website required my mozilla with Chinese language support.

The problem is when I install my FC2, i forgot to add in Chinese Language support capability, and now, since my FC2 has been finish installed, i found out that i just cant see Chinese website with my mozilla. Can somebody help me out with this? Thanks.
 
Old 01-11-2005, 03:39 PM   #5
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
Hi all,

I have installed scim and scim-hangul packages (plus scim-chinese packages) from the rpms that you (should be able to) get from the developer's website (www.scim-im.org), make sure you are in UTF locale, e.g.en_US.UTF-8, and then run the following command from a command line prompt ($) :-
$ export XMODIFIERS=@im=SCIM

to make this permanent add this line to your ~/.bashrc file.

then type
$ scim -d
and the scim server will start up and load modules etc., and then when you are in your application such as email or word processor you can press the default CTRL + SPACE to activate the scim input window...make sure you change to a Korean font in your app otherwise it will look kind of funny...
let us know how you went,

cheers,
jdw
 
Old 03-31-2005, 08:59 AM   #6
GhostBox
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: SuSE 10.0
Posts: 22

Rep: Reputation: 15
Question

Hi JDW,
In order to use scim, do you have to start application from the console? Or you can do this just clicking on scim icon on bottom corner?
By the way when i click on scim button in system tray, i get no language options. Nothing happens. Give me some advice. Thanks.
 
Old 03-31-2005, 04:11 PM   #7
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
asian language support

Hi Ghostbox,

First - the command line is the easiest way to do this...
Second - if you right click on the scim box in the tray, you can select to open the scim configuration dialog...

I must admit I haven't tried SCIM with Suse, I imagine it should work fine though provided the main packages are installed - i.e. scim, scim-pinyin etc. Remember the basic steps to get this working (assuming you want to keep your Linux session with english menus etc) :-

1) set the LC_CTYPE and LANG settings to the unicode version of the language that you want - for me, to use Simplified Chinese I set it to zh_CN.UTF-8 (in Slackware this is zh_CN.utf8) with the following command :-

$ export LANG=zh_CN.UTF-8; export LC_CTYPE=zh_CN.UTF-8;

2) set your XMODIFIERS variable to "SCIM" :-

$ export XMODIFIERS="@im=SCIM";

3) start the scim daemon :-

$ scim -d

4) launch your application (word processor, spreadsheet etc.) from the same terminal window (so that it "inherits" the language settings as in (1) and (2) above)

5) press CTRL + SPACE to launch the scim input window.

A tip : you can put all the commands (1-3) above on one line and save it as an alias (e.g. "scim") in your ~/.bash_rc file, so that you can just type in your alias in a new terminal window anytime and all these steps are carried out without having to type it all out again... guess that answers your first question as well...

hope this helps!

jdw
 
Old 03-31-2005, 11:24 PM   #8
GhostBox
LQ Newbie
 
Registered: Mar 2005
Location: USA
Distribution: SuSE 10.0
Posts: 22

Rep: Reputation: 15
Thanks JDW.
I was able to make it work!. However, is there any way i can load scim when my kde starts without going through console. I'm trying to make it easy for my family just like IME in windows that single click changes input type. Let me know. Thanks.
 
Old 04-04-2005, 06:54 PM   #9
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
Hi,

I'll experiment when I have a chance - maybe create some sort of desktop icon that launches everything in one hit...i've never tried this before.

cheers,

jdw
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
all language support in X apikoros Linux - Software 0 11-22-2005 02:45 AM
Multilingual + Asian Language Support IamDaniel Slackware 4 07-06-2005 07:08 PM
Non-English file names and east asian language support... SGFHK321 Linux - General 2 10-13-2004 03:25 AM
I need some Asian Character Font support SuseBoy Linux - General 7 10-23-2003 09:32 AM
Can Slackware9.1 support Asian Language ? preswang Linux - Software 0 10-15-2003 07:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration