Bug 197817 - dos2unix.spec uses ISO-8859 encoding
Summary: dos2unix.spec uses ISO-8859 encoding
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dos2unix
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-06 16:54 UTC by Levin Fritz
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-03-08 15:53:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.