25. Διεθνοποίηση (i18n)

Αυτή η ενότητα περιέχει πληροφορίες σχετικά με υποστήριξη γλωσσών κάτω από το Fedora Core.

25.1. Μέθοδοι εισαγωγής

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 works again.

Γλώσσα

Πλήκτρο εναλλαγής

Γιαπωνέζικα

Zenkaku_Hankaku ή Alt-`

Κορεάτικα

Shift-Κενό

άλλο

Ctrl-Κενό

If SCIM is installed, it now runs by default for all users.

25.1.1. Εγκατάσταση γλώσσας

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' 
    

In the command above, <language> is one of assamese , bengali , chinese , gujarati , hindi , japanese , kannada , korean , punjabi , tamil , or thai .

25.2. 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:

  • echo > ~/.xinputrc 
    

25.3. Υποστήριξη pango στο Firefox

Firefox in Fedora Core is built with Pango, which provides better support for certain scripts, such as Indic and some CJK scripts. Fedora has the permission of the Mozilla Corporation to use the Pango system for text renderering.

To disable the use of Pango, set MOZ_DISABLE_PANGO=1 in your environment before launching Firefox.