Bug 64277
| Summary: | Problems with non ISO 8859-1 encoding | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Hetz Ben Hamo <hetz> |
| Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | otaylor |
| 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: | 2002-05-02 19:41:58 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: | |||
|
Description
Hetz Ben Hamo
2002-05-01 12:48:48 UTC
Probably an XFree bug, but there is some important information missing here ... what locale are you trying to use? What is the output of "echo $LANG"? Also, how did you set the locale? In the installer? Through locale-config? Through GDM? For your first question: hetz]$ echo $LANG en_US.iso885915 For the second question - I didn't try to change the localte - however I did select Hebrew and English on the beta4 installer. Is this an upgrade from an earlier beta? We had some problems with /etc/sysconfig/i18n being generated incorrectly earlier by anaconda. The immediate bug seems to be an X one /usr/X11R6/lib/X11/locale/locale.alias has an alias en.US.iso885915 en_US.ISO8859-15 But locale.dir in the same directory doesn't have an entry for en_US.ISO8859-15. (Like locale.alias, this seems to have every entry duplicated twice, once without the comma, once with the comma, and probably requires both to be added.) If this is a beta4 install, the various locale encodings weren't all there for beta4, but they should all be fine for the final release. OK, updated to final RH 7.3 - bug seems to be gone. Please close this bug. Hetz |