Bug 140871

Summary: [PATCH] Convert man pages to UTF-8
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: perlAssignee: Warren Togami <wtogami>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: perl-devel
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: 2005-09-05 11:55:26 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:
Bug Depends On:    
Bug Blocks: 150221    
Attachments:
Description Flags
Convert man pages after installing them.
none
Recode more docs none

Description Miloslav Trmač 2004-11-25 22:52:22 UTC
Some of the shipped man pages are not in UTF-8, so man has to
guess their encoding
- for some of them (README.$CJK) it guesses wrong
- for all of them it outputs a warning to stderr

Version-Release number of selected component (if applicable):
5.8.5-10

Comment 1 Miloslav Trmač 2004-11-25 22:52:23 UTC
Created attachment 107466 [details]
Convert man pages after installing them.

Comment 2 Warren Togami 2005-09-04 10:16:51 UTC
Can anyone ACK to verify this?

Comment 3 Ville Skyttä 2005-09-05 08:55:57 UTC
Created attachment 118449 [details]
Recode more docs

ACK, but I'd recode the files in %prep before installing them so that the
corresponding "perldoc foo" get fixed too, not only the manpages.  See patch.