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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- 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 <[EMAIL PROTECTED]> + + * ChangeLog: Enforce UTF-8 encoding. + 2008-11-06 Eric Blake <[EMAIL PROTECTED]> 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
