diff options
author | Björn Gustavsson <[email protected]> | 2013-09-06 13:40:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-06 14:01:49 +0200 |
commit | c011973178d860f280c6ce18b07ce4176aec5b35 (patch) | |
tree | a6623024efe0bfe3a87c8fa270e605aa8ede7827 /lib/kernel/doc/src/notes.xml | |
parent | d7ce2d9b68ba83e46100a97aaf56c0ca09899525 (diff) | |
download | otp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.gz otp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.bz2 otp-c011973178d860f280c6ce18b07ce4176aec5b35.zip |
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.
Diffstat (limited to 'lib/kernel/doc/src/notes.xml')
-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 0175c38397..6b703b7c2b 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="utf-8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> @@ -390,7 +390,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> @@ -532,7 +532,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> @@ -727,7 +727,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> @@ -913,7 +913,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> |