aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/src
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-09-06 10:03:56 +0200
committerBjörn Gustavsson <[email protected]>2013-09-06 14:01:31 +0200
commitd7ce2d9b68ba83e46100a97aaf56c0ca09899525 (patch)
tree61129a9bc1479b45928f5f06b22c4a1bdfa36929 /lib/hipe/doc/src
parenta49cb1b7492b4c34f5887eaa0cb7774c693a524d (diff)
downloadotp-d7ce2d9b68ba83e46100a97aaf56c0ca09899525.tar.gz
otp-d7ce2d9b68ba83e46100a97aaf56c0ca09899525.tar.bz2
otp-d7ce2d9b68ba83e46100a97aaf56c0ca09899525.zip
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
Diffstat (limited to 'lib/hipe/doc/src')
-rw-r--r--lib/hipe/doc/src/notes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index b3c41bd396..86e10a06fc 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/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>
@@ -37,7 +37,7 @@
<item>
<p>
Fix the title of hipe_app documentation page. Thanks to
- Lo�c Hoguin.</p>
+ Loïc Hoguin.</p>
<p>
Own Id: OTP-10904</p>
</item>
@@ -76,7 +76,7 @@
<p>
Fix bug in hipe compiled code related to the handling of
<c>is_number/1</c>. (Thanks to Sebastian Egner and
- Johannes Wei�l for minimal test code and Kostis for quick
+ Johannes Weißl for minimal test code and Kostis for quick
patch)</p>
<p>
Own Id: OTP-10897</p>