Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by PaulWFrields: http://fedoraproject.org/wiki/Docs/Beats/I18n The comment on the change is: Style and readability fixes ------------------------------------------------------------------------------ = Internationalization (i18n) = - This section includes information related to the support of various languages under Fedora Core. + This section includes information on language support under Fedora Core. == Input Methods == - The default SCIM (Simple Common Input Method) Gtk Input Method Module is now scim-bridge + The default SCIM (Simple Common Input Method) GTK Input Method Module is now `scim-bridge`, - written from scratch in C by Ryo Dairiki. SCIM is no longer linked against libstdc++so7 and scim-qtimm is working again. + written from scratch in C by Ryo Dairiki. SCIM is no longer linked against `libstdc++so7`, and `scim-qtimm` works again. ||'''Language'''||'''Trigger hotkey'''|| ||Japanese||{{{Zenkaku_Hankaku}}} or {{{Alt-`}}}|| ||Korean||{{{Shift-Space}}}|| ||other||{{{Ctrl-Space}}}|| - If scim is installed it will now run by default for all users. + If SCIM is installed, it now runs by default for all users. === Language Installation === - SCIM should be installed by default for most Asian installs. Otherwise the required packages can be installed using the language support section of the package manager ({{{pirut}}}) or running: + SCIM is installed by default for most Asian installs. Otherwise you can use the package manager ({{{pirut}}}) to install additional language support using the '''Languages''' component, or run this command: {{{su -c 'yum groupinstall <language>-support' }}} - where {{{<language>}}} is one of {{{assamese}}}, {{{bengali}}}, {{{chinese}}}, {{{gujarati}}}, {{{hindi}}}, {{{japanese}}}, {{{kannada}}}, {{{korean}}}, {{{punjabi}}}, {{{tamil}}}, or {{{thai}}}. + In the command above, {{{<language>}}} is one of {{{assamese}}}, {{{bengali}}}, {{{chinese}}}, {{{gujarati}}}, {{{hindi}}}, {{{japanese}}}, {{{kannada}}}, {{{korean}}}, {{{punjabi}}}, {{{tamil}}}, or {{{thai}}}. == xinputrc == At X startup, xinput.sh now sources {{{~/.xinputrc}}} or {{{/etc/X11/xinit/xinputrc}}} instead of searching config files under {{{~/.xinput.d/}}} or {{{/etc/xinit/xinput.d/}}}. + If you have SCIM installed but do not wish to run it on your desktop, disable it by creating an empty file: - Users with SCIM installed who do not wish to run it on their desktop can disable it - by creating an empty file: - {{{echo > ~/.xinputrc + {{{echo > ~/.xinputrc }}} == Pango Support in Firefox ==