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/stdlib/doc/src/notes.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 38cd44def6..2c1daf10ba 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -126,20 +126,20 @@

- Optimizations to gen mechanism. Thanks to Loïc Hoguin.

+ Optimizations to gen mechanism. Thanks to Loïc Hoguin.

Own Id: OTP-11025

- Optimizations to gen.erl. Thanks to Loïc Hoguin.

+ Optimizations to gen.erl. Thanks to Loïc Hoguin.

Own Id: OTP-11035

Use erlang:demonitor(Ref, [flush]) where applicable. - Thanks to Loïc Hoguin.

+ Thanks to Loïc Hoguin.

Own Id: OTP-11039

@@ -194,7 +194,7 @@

- Improve erl_lint performance. Thanks to José Valim.

+ Improve erl_lint performance. Thanks to José Valim.

Own Id: OTP-11143

@@ -297,7 +297,7 @@

Two adjacent * used as a single pattern will match all files and zero or more directories and subdirectories. - (Thanks to José Valim)

+ (Thanks to José Valim)

Own Id: OTP-10431

@@ -535,7 +535,7 @@ Fix filename:nativename/1 on Win32

Don't choke on paths given as binary argument on Win32. - Thanks to Jan Klötzke

+ Thanks to Jan Klötzke

Own Id: OTP-10188

@@ -644,7 +644,7 @@

Fix the type spec from the doc of binary:part/3 (Thanks - to Ricardo Catalinas Jiménez)

+ to Ricardo Catalinas Jiménez)

Own Id: OTP-9920

@@ -3209,7 +3209,7 @@ It is now possible to hibernate a gen_server/gen_event/gen_fsm. In gen_server and gen_fsm, hibernation is triggered by returning the atom - 'hibernate' instead of a timeout value. In the gen_event + 'hibernate' instead of a timeout value. In the gen_event case hibernation is triggered by a event handler returning a tuple with an extra element containing the atom 'hibernate'.

-- cgit v1.2.3