From c011973178d860f280c6ce18b07ce4176aec5b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Fri, 6 Sep 2013 13:40:21 +0200
Subject: Change encoding of troublesome notes.xml files to utf-8
Most notes.xml files will be updated in every release and cause
the kind of the problems described in the previous commit.
---
lib/compiler/doc/src/notes.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'lib/compiler/doc/src')
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 33b32a3dce..837fcf4368 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -1,4 +1,4 @@
-
+
@@ -96,7 +96,7 @@
-
Forbid multiple values in Core Erlang sequence arguments.
- Thanks to José Valim and Anthony Ramine.
+ Thanks to José Valim and Anthony Ramine.
Own Id: OTP-10818
@@ -195,7 +195,7 @@
compile:forms/2 will now use a
{source,SourceFilePath} to set the source returned by
- module_info(compile) (Thanks to José Valim)
+ module_info(compile) (Thanks to José Valim)
Own Id: OTP-10150
@@ -307,7 +307,7 @@
-
Fix typo in `compile' doc: unmatched parenthesis (Thanks
- to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)
Own Id: OTP-9919
@@ -808,7 +808,7 @@
(Thanks to Paul Fisher.)
Using filter expressions containing andalso or
orelse in a list comprehension could cause a
- compiler crash. (Thanks to Martin Engström.)
+ compiler crash. (Thanks to Martin Engström.)
Own Id: OTP-8054
--
cgit v1.2.3