Bug 88148
Summary: | strtok.3 man page contains illegal UTF-8 encoding; iconv: illegal input sequence at position 1292 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Charles R. Anderson <cra> | ||||||||
Component: | man-pages | Assignee: | Eido Inoue <havill> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Ben Levenson <benl> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 9 | CC: | emmanuel.thome, mitr | ||||||||
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: | 2006-02-21 18:52:30 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: | |||||||||||
Attachments: |
|
Description
Charles R. Anderson
2003-04-06 21:25:17 UTC
Created attachment 90939 [details]
Proposed patch to fix strtok.3 man page
This is not related to strtok Actually, *many* man pages are unreadable with RH9. fontconfig is one of them (illegal input char at position 205). cdrecord is another one. test is yet another one... It's wrong in the first place to assume that man pages contain UTF-8 data. 99.95% of the pages not in plain 7-bit ascii contain iso-latin-1 chars (like the copyright sign, for instance). Therefore, the culprit is the /usr/bin/nroff script. The UTF-8 on line 112 should not be there, IMHO. Or RH assumes the work of converting all the man pages to UTF-8. Cheers, E. Created attachment 91893 [details]
Script to find problematic manual pages
Having encountered the "iconv" error with "man", and seeing that others are
having the same problem, I thought it might be useful to see what other pages
suffered from the problem. So this script was born.
Created attachment 91894 [details]
Sample output of badman.out, from RHL 9 system
Sample of output generated by the attached "badman.sh" script. Generated on a
Red Hat Linux 9 system. The RHL 9 system is not a full install, so a great
many man pages included with 9 are not represented.
*** This bug has been marked as a duplicate of 98969 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |