LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-28-2005, 04:41 AM   #1
lemuel
Member
 
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73

Rep: Reputation: 15
how do i write chinese using scim?


hello!

i have these programs installed - scim, scim-chinese, scim-tables-zh

ok... so how do I start writing chinese? i read that i'm supposed to load scim and do a ctrl-space, so i did that on oowriter. but i still can't write anything
 
Old 01-28-2005, 05:35 PM   #2
lemuel
Member
 
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73

Original Poster
Rep: Reputation: 15
i did this in ubuntu by the way
 
Old 01-29-2005, 03:37 PM   #3
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
Kumusta lemuel,

I have never used Ubuntu (a newish Debian-based distro), but I imagine that like most other distros you will have to set the current locale setting so that you can type in Chinese - try the following ->

$ locale // this will list the current locale settings, if you have lots of en_US.UTF-8 (or en_US.utf8 in some distros) then it is default unicode. If not, then try this :-

$ locale -a // this will give you a list of all available locales on your system, look for one like en_US.UTF-8, you want to have a unicode (UTF-8) locale...

then type :-

$ export LANG=en_US.UTF-8 //or whatever unicode locale you want.

ok, then, for Simplified Chinese :-

$ export LC_CTYPE=zh_CN.UTF-8; export XMODIFIERS=@im=SCIM; // set the input

and finally :-

$ scim -d // start the SCIM daemon

from the same terminal run your app (such as Kword etc.), and when it has loaded type CTRL + SPACE to bring up the SCIM taskbar and input window - there should be a settings button just next to the clock in KDE as well which you can look at...

hope this helps, ingat!

jdw
 
Old 01-30-2005, 07:35 PM   #4
lemuel
Member
 
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73

Original Poster
Rep: Reputation: 15
yeey!! it finally worked!! salamat!!

so good to know I have kababayans who are skilled in linux.

come visit cebu and i'll treat u somewhere.
 
Old 01-30-2005, 07:47 PM   #5
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
how do i write chinese using scim?

Hi,

Glad it worked...actually asawa ko ay Pilipina, taga Baguio...

I have Ubuntu from the January edition of Linux Format - is it worth a look?

cheers,

jdw
 
Old 02-01-2005, 05:50 AM   #6
lemuel
Member
 
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73

Original Poster
Rep: Reputation: 15
so you're not a filipino? how come you know tagalog?

Oh man! ubuntu is the best distro ive tried ever since I became a linux addict. (that was about 2 months ago. I'm actually quite new). I've tried Mandrake, Suse, Fedora, Knoppix, Damnsmall, feather, and Mepis. I kept on switching distros cause I couldn't decide which one to settle down with until I tried ubuntu and my days of wandering finally ended.

I think the reason why I like it is that its very simple yet elegant looking. Then, its a very light and unbloated distro. lastly, synaptic rules!! Its a graphical frontend for apt-get so you pretty much have every software within a click of a mouse.

I'm sure you've read the hype about ubuntu. There are quite a few articles and even postings here in this forum bragging about how good ubuntu is. well, you'll never know until you try. so go try it out and tell me what you think.
 
Old 02-01-2005, 03:19 PM   #7
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
my wife speaks Tagalog/Ilocano at home with her friends so you sorta pick it up...

I'll take your advice and give Ubuntu a try - mind you, I tried Slackware about a month or so ago for the first time, it really impressed me (speed, stability, ease of use etc.) I use it now on the laptop...

jdw
 
Old 02-01-2005, 06:21 PM   #8
lemuel
Member
 
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73

Original Poster
Rep: Reputation: 15
I dunno, I can't compare it with slackware cause i've never tried it. I heard alot of good things about it but also bad things like the installation is hard and its not for newbies. That's why I've been very hesitant to download it. are they true?
 
Old 02-23-2005, 12:17 PM   #9
denning
Member
 
Registered: Jan 2004
Location: Oxford
Distribution: Slackware, Debian, Fedora, FreeBSD, NetBSD
Posts: 150

Rep: Reputation: 15
the things they say about hard installation are not true. The only hard thing maybe setting up X, but it just means you need to know about your video card.

It is damn fast. Give it a go.

O sorry, another thing is that you may need to copy over the foreign fonts you need. Slackware didn't come with the necessary chinese fonts so i had to install them myself before i could read chinese.

Does Ubuntu come with foreign fonts and True Type installed?

btw, thanks so much JDW! Followed your instructions and got scim working at long last on Slackware!!! Now i am no longer tied to Mandrake, Centos or Fedora just for the Chinese support!!!

Last edited by denning; 02-23-2005 at 12:25 PM.
 
Old 02-24-2005, 04:17 PM   #10
denning
Member
 
Registered: Jan 2004
Location: Oxford
Distribution: Slackware, Debian, Fedora, FreeBSD, NetBSD
Posts: 150

Rep: Reputation: 15
update for those using slackware. Slackware doesn't have a .bashrc or .cshrc file. To avoid having to type in the export LANG export LC_CTYPE export XMODIFIERS and scim all the time, put these commands in the /etc/profile.d/lang.sh file. It will be automatically run every time you boot up.
 
Old 02-24-2005, 04:28 PM   #11
JDW
Member
 
Registered: Feb 2003
Location: Melbourne, Australia
Distribution: Ubuntu 6.10, Slackware 11.0
Posts: 192

Rep: Reputation: 30
good tip denning...it is annoying typing commands all the time...another way is to make an alias for "scim" that includes these environment settings plus "scim -d" to run the SCIM daemon, then you can just run it all with "scim" or whatever you want to call it, but you have to save the alias in your home directory somewhere...
 
  


Reply



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
Scim/skim ZeroKun Linux - Software 0 10-02-2005 01:44 AM
chinese input SCIM -d doesn't work xjchen001 Linux - Newbie 1 09-15-2005 09:14 PM
An application that allows you to write in Simplified Chinese from pinyin input? Erik_the_Red Linux - Software 1 06-06-2005 01:20 PM
Chinese input using SCIM in OpenOffice satellite360 Linux - Software 4 05-17-2005 09:21 AM
SCIM chinese input works selectively (Mandrake 10) houshuang Linux - Software 50 05-10-2005 12:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:01 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