Showing posts with label Opera. Show all posts
Showing posts with label Opera. Show all posts

Wednesday, November 19, 2008

Opera and SCIM...

How to use the SimpleChineseInputMethod with Opera on Linux:

Just add the following lines to your /usr/bin/opera file:

# Activate Chinese input
export LANGUAGE="de"
export LANG="de_DE.UTF-8"
export LC_CTYPE="zh_TW.UTF-8"


Actually you only need to set the LC_CTYPE variable... but anyway ;-)