|
Size: 2656
Comment: added link to ibus
|
← Revision 7 as of 2012-12-15 17:10:17 ⇥
Size: 3101
Comment: Pinyin writing added, minor changes around the fonts
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| === Common necessary packages === * Install the fonts (using Synaptic Package Manager) |
=== Writing in Pinyin === Pinyin is the transcription of the spoken Chinese language in latin characters. Each character has a tone which can be entered via the keyboard's various layers. E.g. on a German keyboard, buttons for ' and ` are available which allows to write the second (e.g. má) and forth tone (e.g. mà). The first tone can be composed by holding <alt gr> + <shift> + <+> then the character (e.g. mā), the third by <alt gr> + <shift> + <ä> then the character (e.g. mǎ). === Fonts === Install the fonts |
| Line 13: | Line 18: |
| optionally also * DebPkg:xfonts-intl-chinese * DebPkg:xfonts-intl-chinese-big |
|
| Line 14: | Line 24: |
| DebPkg:ibus allows the input of chinese characters e.g. also in Libreoffice. | DebPkg:ibus is a DBus-based daemon which supports different input method modules (IMmodules) and integrates well with e.g. KDE 4, GNOME. |
| Line 18: | Line 28: |
| * Install the fonts (using Synaptic Package Manager) * DebPkg:xfonts-intl-chinese 1.2.1-3 * DebPkg:xfonts-intl-chinese big-1.2.1-3 |
How to input chinese characters in gnome
Contents
Writing in Pinyin
Pinyin is the transcription of the spoken Chinese language in latin characters. Each character has a tone which can be entered via the keyboard's various layers. E.g. on a German keyboard, buttons for ' and ` are available which allows to write the second (e.g. má) and forth tone (e.g. mà). The first tone can be composed by holding <alt gr> + <shift> + <+> then the character (e.g. mā), the third by <alt gr> + <shift> + <ä> then the character (e.g. mǎ).
Fonts
Install the fonts
optionally also
using ibus
ibus is a DBus-based daemon which supports different input method modules (IMmodules) and integrates well with e.g. KDE 4, GNOME. The documentation can be found at I18n/ibus
using UIM
Install the packages uim libuim0 uim-common uim-gtk2.0 uim-prime uim-utils
- Exit from Package manager, close all windows
- restart gdm :
su cd /etc/init.d ./gdm restart
Setup
Start uim-pref-gtk (type this in a terminal window)
change the setting for selection of chinese input from <Shift>-Space to <Ctrl>-Shift (<Alt>-Shift did not work)
Usage
Change over to chinese input with <ctrl>-Shift Select an alternate chinese character with <Ctrl>-N
To edit and enter Pinyin, add all vowels into the character palette: áéíóúàèìòùāēĩōūăĕĭŏŭǚ
using SCIM
Setup
Install the package scim
The file README.Debian in /usr/share/doc/scim contains the necessary documentation.
To convert pinyin into Chinese, also add scim-pinyin. Gnome-Users should also add scim-gtk2-immodule to make use of the the GTK IM (GTK input method).
If you are not using an US-English keyboard, your keyboard has to be defined in file ~/.scim/global. If that file does not exist, start scim in a terminal and terminate with Ctrl-C. Check you locale LANG with the terminal command locale, for German it is e.g. de_DE.utf8. Add the line /SupportedUnicodeLocales = <your_locale> to that file.
If there are many users on a system and use the same locale, you may want to consider changing the system configuration file /etc/scim/global to set the supported locale.
Usage
Just start a GTK+/GNOME program, right-click somewhere on an input field and choose "Input Methods -> SCIM Input Method" in the pop-up menu, and SCIM should automatically start if it's not started yet. Now pressing Ctrl-space should also activate SCIM and show a toolbar. You can start typing and suggestions are being made. There are alternative ways described in the documentation mentioned above.
using freewnn-common
- freewnn-common - I could not make it work .
