Bug 156740
| Summary: | screen doesn't work correctly with iso-88591 charset in gnome-terminal: prints garbage for scandinavic characters | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Toni Willberg <toniw> |
| Component: | screen | Assignee: | Petr Rockai <prockai> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | ||
| 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: | 2005-05-04 08:44:00 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
Toni Willberg
2005-05-03 19:17:58 UTC
Typing åäöÃÃà _outside_ screen with same gnome-terminal (and it's settings including charset) works nicely. Please provide additional debugging information if required. *** Bug 156731 has been marked as a duplicate of this bug. *** *** Bug 156733 has been marked as a duplicate of this bug. *** *** Bug 156734 has been marked as a duplicate of this bug. *** *** Bug 156735 has been marked as a duplicate of this bug. *** *** Bug 156737 has been marked as a duplicate of this bug. *** (sorry for the dupes, Bugzilla has a bug that caused it to give internal server error, and I didn't realize the inserted the bugs into the database anyway) Works for me in FC3. I suppose you set right encoding for screen, right? As in, if your gnome-terminal is iso-8859-1, you should run LC_ALL=en_US.iso-8859-1 screen (or analogous). The default settings is utf-8, so if you have utf-8 set up in locale and something else in gnome-terminal, it's pretty likely to break, yes (and that's actually not a bug IMO...). And please next time be more careful with bugzilla, i received loads of mails about this... (sorry about the mailflood again, I have notified the bugzilla admin about the bug) It seems that I wasn't aware I should be setting LC_ALL manually, as it seems to work without outside screen. After setting LC_ALL=en_US.iso-8859-1 I get the characters correctly inside screen too. There seems to be still some issues in Irssi, but that's out-of-topic here. :) So, I'll close this as NOTABUG as it was an illegal user error. ;) |