Bug 197817

Summary: dos2unix.spec uses ISO-8859 encoding
Product: [Fedora] Fedora Reporter: Levin Fritz <levinfritz>
Component: dos2unixAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-03-08 15:53:11 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 Levin Fritz 2006-07-06 16:54:47 UTC
Description of problem:
dos2unix.spec is encoded in ISO-8859; should be UTF-8.

Version-Release number of selected component (if applicable):
dos2unix-3.1-26

[levin@maria SPECS]$ rpm -q --specfile dos2unix.spec
dos2unix-3.1-26
dos2unix-debuginfo-3.1-26
[levin@maria SPECS]$ file dos2unix.spec
dos2unix.spec: ISO-8859 English text

It's just one character: an ø in line 122. The following command converts the file:
iconv -f ISO-8859-1 -t UTF-8 dos2unix.spec > temp$$ && mv temp$$ dos2unix.spec

Comment 1 Tim Waugh 2006-07-10 14:53:17 UTC
Fixed in CVS.