diff options
author | Hans Bolinder <[email protected]> | 2013-03-14 09:53:33 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-19 15:33:28 +0200 |
commit | afb632d2028fdc4a37e10e41e1929264ff59f52e (patch) | |
tree | e9121126bdcff636e74eba9553b98a7ccc088b05 /lib/kernel | |
parent | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (diff) | |
download | otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.gz otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.bz2 otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.zip |
Convert XML files to UTF-8, where needed
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index c18ae897b4..87800f4fb5 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="utf8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> @@ -305,7 +305,7 @@ <p> Fixed issue where using controlling_process/2 with self() as the second argument caused the port to leak if self() - crashes. (Thanks to Ricardo Catalinas Jim�nez)</p> + crashes. (Thanks to Ricardo Catalinas Jiménez)</p> <p> Own Id: OTP-10094</p> </item> @@ -447,7 +447,7 @@ Various typographical errors corrected in documentation for the global, error_logger, etop, lists, ets and supervisor modules and in the c_portdriver and kernel_app - documentation. (Thanks to Ricardo Catalinas Jim�nez)</p> + documentation. (Thanks to Ricardo Catalinas Jiménez)</p> <p> Own Id: OTP-9987</p> </item> @@ -642,7 +642,7 @@ Fixes net_kernel:get_net_ticktime() doc</p> <p> Adds missing description when `ignored' is returned. - (Thanks to Ricardo Catalinas Jim�nez )</p> + (Thanks to Ricardo Catalinas Jiménez )</p> <p> Own Id: OTP-9713</p> </item> @@ -828,7 +828,7 @@ <item> <p> Fix typo in doc of rpc:pmap/3 (Thanks to Ricardo - Catalinas Jim�nez)</p> + Catalinas Jiménez)</p> <p> Own Id: OTP-9168</p> </item> |