Bug 2732
Summary: | less is not i18n | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | markus |
Component: | less | Assignee: | Preston Brown <pbrown> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
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: | 1999-08-28 05:16:08 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
markus
1999-05-11 13:04:06 UTC
This is because you are not in a latin1 locale. For instance, if you set your LANG environment variable to en_US, and then try to view a file with latin1 characters, you will have no problems. You are by default in the "C" locale, i.e. ASCII. |