Bug 1718934
| Summary: | utf8 characters are not displayed properly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | xterm | Assignee: | Tomas Korbar <tkorbar> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 31 | CC: | dickey, mlichvar, yaneti |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-24 18:53:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lukas Slebodnik
2019-06-10 14:49:56 UTC
$ LC_ALL=C.utf8 xterm Warning: locale not supported by Xlib, locale set to C libX11 would need an alias for C.utf8 it knows about C.UTF-8 -> en_US.UTF-8 (In reply to Yanko Kaneti from comment #1) > $ LC_ALL=C.utf8 xterm > Warning: locale not supported by Xlib, locale set to C > That was the tricky part; I tested just with exporting LC_ALL in existing xterm. It works If i start a new xterm. This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31. Hi Lukas, Thanks for reporting this. Are you still experiencing the issue? I am not able to reproduce it in f31. (In reply to Tomas Korbar from comment #4) > Hi Lukas, > Thanks for reporting this. > Are you still experiencing the issue? I am not able to reproduce it in f31. It is reproducible you just need to create new termial e.g. LC_ALL=C.utf8 xterm and then run the command rpm -q --changelog openssl | head It works expected with LC_ALL=en_US.utf8 xterm. But IMHO it is not high priority issue. I too think that it is not a high priority issue. However you ran into this and i think it is a good idea to have alias for C.utf8 in libX11, because it is valid locale name (according to locale -a) and libX11 already has alias for C.UTF-8 so why not C.utf8? I will try to discuss this with libX11s upstream. I can confirm it works with LC_ALL=C.UTF-8 xterm But It would be good to ask glibc developers about locales related changes. If you only set LC_ALL in a currently-running xterm, that won't change the encoding that it's using. In the control-right-mouse menu, there's a selection for "UTF-8 Encoding" (which may be disabled depending on how it's started -- manual page summarizes). When the menu entry _is_ enabled, it's possible to switch back/forth to turn UTF-8 mode off/on, either via the menu, or via an escape sequence. I don't see any of that in this report, so it seems that xterm is functioning properly. Whether C.utf8 is "valid" depends on who you ask. It's never been standardized, (was proposed for standardization and was rejected) though several platforms recognize it, and is not documented aside from source-code. There's some discussion here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940626 This message is a reminder that Fedora 31 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '31'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 31 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 31 changed to end-of-life (EOL) status on 2020-11-24. Fedora 31 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |