From: Simos Xenitellis <simos74@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Re: Improved console UTF-8 support for the Linux kernel?
Date: Wed, 15 Dec 2004 03:45:54 +0000 [thread overview]
Message-ID: <1103082353.4611.0.camel@kl> (raw)
In-Reply-To: <1102920623.30543.1820.camel@linux.heathens.co.nz>
Hi All,
I tried the patch of Chris on Fedora Core 2 and here is my take, from
the user's point of view.
The patch works, surprisingly very well.
It can be easily intergrated to the various distributions simply by
modifying the /etc/sysconfig/i18n and /etc/sysconfig/keyboard
configuration files.
The system scripts essentially call the following two commands (assuming
we are already in Unicode mode):
% setfont <font-name> -m <console-screen-map>
% loadkeys <keymap>
For example:
For Spanish:
% setfont latarcyrheb-sun16 -m 8859-1
% loadkeys es
For Finish:
% setfont latarcyrheb-sun16 -m 8859-1
% loadkeys fi
For Greek:
% setfont iso07u-16 -m 8859-7
% loadkeys gr
The character and key maps used are the "old" 8-bit versions. setfonts
loads a Unicode map with the "-u" options instead of "-m". Also, the key
maps for a few languages have been updates (for example, "gr-utf" for
Greek). The new files (very few) cannot be used here. No need to update
them ;-).
I tried a few languages and what follows shows characters produced from
the console with composing. I used "vim" as my editor.
gr: Greek ά έ ί ό ύ ώ ϊ ϋ ϊ Ά Έ Ί Ή Ύ Ϋ
es: Spanish ñ á é í ý ú ü ï ÿ ä ë
nl: Dutch á é í ó ú ý à è ì ò ù
cz: Czech ä ë ö
us-ascentos: á é í ó ú ý ä ë ï ö ü ÿ
cf: french-canadian à è ì ò ù
fi: Finish ä ë ï ö ü â ê î ô û
fr French â ê î ô û ä ë ï ö ü ÿ
Therefore, from the user's point of view the patch works.
Cheers,
Simos Xenitellis
prev parent reply other threads:[~2004-12-15 3:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-13 6:50 [PATCH] Re: Improved console UTF-8 support for the Linux kernel? Chris Heath
2004-12-13 8:35 ` Jan Engelhardt
2004-12-14 23:56 ` Andries Brouwer
2004-12-15 3:45 ` Simos Xenitellis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1103082353.4611.0.camel@kl \
--to=simos74@gmx.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox