From d7ce2d9b68ba83e46100a97aaf56c0ca09899525 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Fri, 6 Sep 2013 10:03:56 +0200
Subject: Convert some notes.xml files from latin-1 to utf-8

In the master branch, the encoding for most xml files have been
changed from latin-1 to utf-8. The problem is, that the corresponding
files in the maint branch still are encoded in latin-1, and that
a merge from maint to master may bring in characters encoded in latin-1
into a notes.xml file declared to be in utf-8.

To fix the problem once and for all (for the files involved), we'll
need to re-encode the files files utf-8 in maint, and then merge to
master.

Noticed-by: Magnus Henoch
---
 lib/et/doc/src/notes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'lib/et/doc')

diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml
index d45d0a89bf..a34dd4a541 100644
--- a/lib/et/doc/src/notes.xml
+++ b/lib/et/doc/src/notes.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="latin1" ?>
+<?xml version="1.0" encoding="utf-8" ?>
 <!DOCTYPE chapter SYSTEM "chapter.dtd">
 
 <chapter>
@@ -43,7 +43,7 @@
         <item>
           <p>
 	    Use erlang:demonitor(Ref, [flush]) where applicable.
-	    Thanks to Lo�c Hoguin.</p>
+	    Thanks to Loïc Hoguin.</p>
           <p>
 	    Own Id: OTP-11039</p>
         </item>
@@ -82,7 +82,7 @@
       <list>
         <item>
           <p>
-	    Fix typo in ET doc (Thanks to Ricardo Catalinas Jim�nez)</p>
+	    Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)</p>
           <p>
 	    Own Id: OTP-10119</p>
         </item>
-- 
cgit v1.2.3