Bug 81278
Summary: | fr-latin1 (french) keyboard in text mode doesn't print correctly french symbols and Euro | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Olivier de Liocourt <liocourt> |
Component: | kbd | Assignee: | Eido Inoue <havill> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | bnocera, mitr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 18:50:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 79579 |
Description
Olivier de Liocourt
2003-01-07 15:13:23 UTC
according to the kbd faq in /usr/share, the euro and compose maps are not loaded by default. look at the euro1.inc and euro2.inc and the compose inc maps in /lib/kbd/keymaps/include and /lib/kbd/keymaps/i386/include and use loadkeys to include them. LANG=en_GB.UTF-8 LANG=fr_FR.UTF-8 ls -l shows accent properly (not a font problem) keymap is "us-acentos". I loaded /lib/kbd/keymaps/include/compose.latin1 by hand with loadkeys. The compose key is "Ctrl+." (see output of "dumpkeys | grep -C4 Compose"). Try getting an "e acute" accentuated character with "Compose + ' + e". I get nothing printed on the screen. uname tells me the kernel is 2.4.20-2.30 from rawhide. Problem is reproduceable with an up to date kernel from 8.0. Linux VT code doesn't support multibyte (i.e. UTF-8) results of compose or dead keys *at all*. So this is a duplicate of 75811. I unfortunately didn't have time to fullfil the promise there. *** This bug has been marked as a duplicate of 75811 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |