Bug 15025
Summary: | bogus characters for fetching files in Norwegian locale | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Trond Eivind Glomsrxd <teg> |
Component: | wget | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 7.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | Winston rc1 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-01-31 00:19:22 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
Trond Eivind Glomsrxd
2000-08-01 18:22:57 UTC
glibc thinks those quote characters aren't printable. Re-assigning there. Whoops, never mind, wget is being stupid and running setlocale for LC_MESSAGES, which leaves it with the old LC_CTYPE. Will be fixed in next wget build. This defect is considered MUST-FIX for Winston Release-Candidate #1 This was fixed right after Bill's message. But it showed up again in time for Red Hat Linux 7 :( The characters get lost in gettext somewhere; they're all '?' by the time gettext returns. The error was in the locale files supplied with wget... for some weird reason, Norwegian (and Danish) was marked as being iso-8859-2. Fixed in 1.6-2 |