From afb632d2028fdc4a37e10e41e1929264ff59f52e Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 14 Mar 2013 09:53:33 +0100 Subject: Convert XML files to UTF-8, where needed --- lib/stdlib/doc/src/notes.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/stdlib/doc/src/notes.xml') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 2ec0d6a60f..8106fa9a06 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -124,7 +124,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

@@ -362,7 +362,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

@@ -471,7 +471,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

@@ -3036,7 +3036,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