Bug 201378

Summary: pinfo has troubles with Unicode in man pages
Product: [Fedora] Fedora Reporter: Radek Bíba <rbiba>
Component: pinfoAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED ERRATA QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
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-09-15 06:14:04 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 Radek Bíba 2006-08-04 18:21:05 UTC
Description of problem:
SSIA

Version-Release number of selected component (if applicable):
pinfo-0.6.8-11.2.1

How reproducible:
Always

Steps to Reproduce:
1. e.g. LC_ALL=ru_RU.utf8 pinfo -m rpm
(or even `pinfo -m head' in English because it contains apostrophes)
  
Actual results:
Garbage instead of almost all characters.
(or instead of the apostrophes)

Expected results:
Preserved Unicode, see LC_ALL=ru_RU.utf8 man rpm
(or apostrophes, see man head)

Comment 1 Miroslav Lichvar 2006-09-15 06:14:04 UTC
This is fixed in new upstream release 0.6.9. pinfo-0.6.9-1.fc5 in updates.

Comment 2 Radek Bíba 2006-09-15 08:06:45 UTC
Awesome, Miroslav. Thanks!