automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] {maint} cosmetics: convert encoding from ISO-8859 to UTF-8


From: Stefano Lattarini
Subject: [PATCH] {maint} cosmetics: convert encoding from ISO-8859 to UTF-8
Date: Fri, 4 Mar 2011 09:29:24 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello Automakers.  I've found few files in the automake tree
that are still encoded with ISO-8859 rather than with UTF-8.
I've thus converted them to UTF-8 using iconv (specifically,
"iconv --from-code=ISO-8859-1 --to-code=UTF-8").  The result
is in the attached patch.

The affected files are:
 - NEWS
 - TODO
 - ChangeLog.03
 - ChangeLog.96
 - ChangeLog.98

Before the patch:

 $ file ChangeLog.96 
 ChangeLog.96: ISO-8859 English text

(and similarly for the other files); after the patch:

 $ file ChangeLog.96
 ChangeLog.96: UTF-8 Unicode English text

OK for maint?

Attachment: 0001-cosmetics-convert-encoding-from-ISO-8859-to-UTF-8.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]