Bug 116942
| Summary: | wrong console map for Ukrainian | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Maxim Dziumanenko <dziumanenko> |
| Component: | rhpl | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-11-01 09:05:37 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: | |||
Fixed in CVS Proper encoding map is "ua-utf" I see in CVS "ua-utf8" - THERE ARE NO SUCH MAP in kbd package Oops, sorry... fixed in CVS and will be in next build. |
Description of problem: there is a line in keyboard_models.py: 'ua' : [_('Ukrainian'), 'ua,us', 'pc105', '', 'grp:shift_toggle,grp_led:scroll'], which specifies ua.map for console, which is non UTF-8 . But system uses UTF-8 locale for Urainian by default. UTF-8 enabled map is ua-utf.map Version-Release number of selected component (if applicable): rhpl-0.122.2 How reproducible: Always Steps to Reproduce: 1. run system-config-keyboard 2. choose Ukraininan layout 3. (reboot to activate changes?) shitch to console 4. Press Alt to shitch to Ukrainian 5. Enter some characters Actual results: some unexcpected characters shows. Impossible to enter text in Ukrainian Expected results: Cyrillic characters Additional info: