autoconf-patches
[Top][All Lists]
Advanced

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

Make ChangeLog UTF-8


From: Eric Blake
Subject: Make ChangeLog UTF-8
Date: Fri, 7 Nov 2008 16:01:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'm installing a patch to enforce UTF-8 encoding in ChangeLog; Ralf converted 
it a while ago[1] (possibly by accident), but without giving emacs a hint.  I 
finally noticed it today when I nearly converted it back to Latin-1 (cygwin UTF-
8 support is less than stellar).

[1] http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=b83aa7

From: Eric Blake <address@hidden>
Date: Fri, 7 Nov 2008 08:57:34 -0700
Subject: [PATCH] Use UTF-8 in ChangeLog.

* ChangeLog: Enforce UTF-8 encoding.
The file was converted from Latin-1 by commit b83aa7.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9c92ab2..e463e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-07  Eric Blake  <address@hidden>
+
+       * ChangeLog: Enforce UTF-8 encoding.
+
 2008-11-06  Eric Blake  <address@hidden>
 
        Skip preprocessor check in AC_CHECK_HEADERS_ONCE.
@@ -17958,7 +17962,11 @@
 
        -----
 
-       Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
+       Local Variables:
+       coding: utf-8
+       End:
+
+       Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
        Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
-- 
1.6.0.2







reply via email to

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