Bug 68168
| Summary: | Pager cannot display 8 bit characters. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Olivier Baudron <olivier.baudron> |
| Component: | mutt | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | rvokal |
| 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: | 2003-03-20 01:52:36 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
Olivier Baudron
2002-07-07 11:04:30 UTC
Bugzilla has also 8 bit problems... ihj should read \'e \`e and \^e (tex notations). mutt 1.2.5.1 or mutt 1.4? Sorry, you are right. The upgrade that causes the problem is: mutt-1.2.5.1-1 -> 1.4-4 slang-1.4.5-2 -> 1.4.5-7 What locale are you running in? I am in C locale. $ LC_ALL=en_GB mutt => works
$ LC_ALL=C mutt => fails
Well... when a mail says in its header:
Content-Type: text/plain; charset=ISO-8859-1
the pager should display the body with this charset, even in C locale, no?
slang is using the current LC_CTYPE to determine what characters are printable. If it's set to 'C', other charsets won't be considered printable. |