Bug 78392
| Summary: | screen destroys layout of man | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Clemens Schwaighofer <schwaigl> |
| Component: | screen | Assignee: | Lon Hohberger <lhh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.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: | 2002-12-16 21:30:45 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
Clemens Schwaighofer
2002-11-22 05:14:57 UTC
Screen's UTF-8 support does not work properly, and so we removed it from 8.0. As you can see if you type 'set', LANG generally is "en_US.UTF-8", which causes the problems you are seeing. export LANG=en_US at the end of ~/.bashrc - this should cause the problem to go away. Going to evaluate screen-3.9.13 to see if the UTF-8 problems have been fixed (thus, allowing us to include UTF-8 support again). *** Bug 79099 has been marked as a duplicate of this bug. *** *** Bug 75914 has been marked as a duplicate of this bug. *** 3.9.13 looks promising. It seems to fix the bug (see #65344) which caused us to remove UTF-8 support in the first place. just when will it be in rawhide ? or in updates for 8.0 ... cause I think without utf8 things like mc, ntsysv and other ncurses based stuff behave a bit strange and are actually unusable. I'm not sure. For now, you can grab it from: http://people.redhat.com/lhh/screen-3.9.13-2.i386.rpm Since it's not a released version yet, hold off on filing bugs until it makes it into (at least) rawhide. 3.9.13-2 is now in rawhide: ftp://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/screen-3.9.13-2.i386.rpm Internal testing reports that this fixes the problem. Reopen if it is still broken. |