[Bug 208841] unable to handle multiple console fonts (needed for greek)

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 24 22:19:34 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=208841





--- Comment #26 from Simos Xenitellis <simos.bugzilla at gmail.com>  2008-09-24 18:19:32 EDT ---
What I guess is going on:

1. The translation messages are correct UTF-8, Greek strings.
2. The console is configured to 8-bit mode (iso-8859-7), not Unicode.
3. The UTF-8 encoded strings are shown as if they are encoded in the iso-8859-7
legacy encoding.

Do the strings look like

$ echo 'Αυτά είναι ελληνικά.' | iconv -f iso-8859-7 -t utf-8
Ξ‘Ο
τά Ρίναι Ρλληνικά.
$ _

The solution is to have the console always in Unicode mode.

The default keyboard layout for the console requires dead keys, something that
is not supported in the Linux kernel, and something that needs to be supported
in the terminal emulation program (not available, afaik, 'jfbterm'?).
If there is interest for a Greek keyboard layout for the console, there should
be a variant created that does not require dead keys.

Even if it is not possible to type accents in console mode, the console should
be in Unicode mode.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list