From d7ce2d9b68ba83e46100a97aaf56c0ca09899525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 6 Sep 2013 10:03:56 +0200 Subject: Convert some notes.xml files from latin-1 to utf-8 In the master branch, the encoding for most xml files have been changed from latin-1 to utf-8. The problem is, that the corresponding files in the maint branch still are encoded in latin-1, and that a merge from maint to master may bring in characters encoded in latin-1 into a notes.xml file declared to be in utf-8. To fix the problem once and for all (for the files involved), we'll need to re-encode the files files utf-8 in maint, and then merge to master. Noticed-by: Magnus Henoch --- lib/et/doc/src/notes.xml | 6 +++--- lib/hipe/doc/src/notes.xml | 6 +++--- lib/reltool/doc/src/notes.xml | 4 ++-- lib/snmp/doc/src/notes.xml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib') diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml index d45d0a89bf..a34dd4a541 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -43,7 +43,7 @@

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

+ Thanks to Loïc Hoguin.

Own Id: OTP-11039

@@ -82,7 +82,7 @@

- Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)

+ Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)

Own Id: OTP-10119

diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index b3c41bd396..86e10a06fc 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -37,7 +37,7 @@

Fix the title of hipe_app documentation page. Thanks to - Loïc Hoguin.

+ Loïc Hoguin.

Own Id: OTP-10904

@@ -76,7 +76,7 @@

Fix bug in hipe compiled code related to the handling of is_number/1. (Thanks to Sebastian Egner and - Johannes Weißl for minimal test code and Kostis for quick + Johannes Weißl for minimal test code and Kostis for quick patch)

Own Id: OTP-10897

diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 598d3333f8..1728515cb4 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -61,7 +61,7 @@ even if the application was explicitly excluded in the config. This has been changed and will only produce a warning. If the application is not explicitly excluded it - will still cause reltool to fail. Thanks to Håkan + will still cause reltool to fail. Thanks to HÃ¥kan Mattsson!

Own Id: OTP-10988

diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 21c417f0c1..8c4452fb9e 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -147,7 +147,7 @@ mib storage. At present there are three simple modules (snmpa_mib_storage_ets, snmpa_mib_storage_dets and - snmpa_mib_storage_mnesia) implementíng this behaviour, + snmpa_mib_storage_mnesia) implementing this behaviour, provided with the app.

A config option for the (agent) mib storage -- cgit v1.2.3 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 +++++----- lib/debugger/doc/src/notes.xml | 8 ++++---- lib/edoc/doc/src/notes.xml | 4 ++-- lib/erl_docgen/doc/src/notes.xml | 4 ++-- lib/erl_interface/doc/src/notes.xml | 4 ++-- lib/inets/doc/src/notes.xml | 6 +++--- lib/kernel/doc/src/notes.xml | 10 +++++----- lib/mnesia/doc/src/notes.xml | 6 +++--- lib/observer/doc/src/notes.xml | 4 ++-- lib/odbc/doc/src/notes.xml | 6 +++--- lib/percept/doc/src/notes.xml | 4 ++-- lib/runtime_tools/doc/src/notes.xml | 4 ++-- lib/ssh/doc/src/notes.xml | 4 ++-- lib/stdlib/doc/src/notes.xml | 18 +++++++++--------- lib/tools/doc/src/notes.xml | 8 ++++---- lib/wx/doc/src/notes.xml | 4 ++-- 16 files changed, 52 insertions(+), 52 deletions(-) (limited to 'lib') 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

diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index aef7ef8619..5f1d411db2 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -84,7 +84,7 @@

Fix Debugger settings dialog due to changed behavior in - wxFileDialog (Thanks to Håkan Mattsson)

+ wxFileDialog (Thanks to HÃ¥kan Mattsson)

Own Id: OTP-10621

@@ -126,7 +126,7 @@

Fixed disappearing breakpoints bug, reported by Ricardo - Catalinas Jiménez.

+ Catalinas Jiménez.

Own Id: OTP-9950

@@ -147,7 +147,7 @@ occurrences of "Ok" to "OK" in the code, variable names and strings. This improves the consistency of the code and follows the GTK UI where "OK" is always used.(Thanks - to Ricardo Catalinas Jiménez)

+ to Ricardo Catalinas Jiménez)

Own Id: OTP-9699

diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 12f93ab400..d2ec82efc8 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -219,7 +219,7 @@

Add encoding when parsing Wiki text. EDoc used to - fail on strings such as "äåö". (Thanks to Richard + fail on strings such as "äåö". (Thanks to Richard Carlsson.)

Own Id: OTP-9109

diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index abd3a663bd..2ae5f93165 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -120,7 +120,7 @@ have it installed.

Also adds minor cosmetic changes to the CSS. (Thanks to - Ricardo Catalinas Jiménez)

+ Ricardo Catalinas Jiménez)

Own Id: OTP-9918

diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 2fdc839c7b..930b24c26a 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -262,7 +262,7 @@

Initialize to and to_name in - erl_receive_msg. (Thanks to Göran Larsson)

+ erl_receive_msg. (Thanks to Göran Larsson)

Own Id: OTP-9241

diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index f6bb2cca49..42183b8cc5 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -616,7 +616,7 @@

[httpd] Fix httpd directory traversal on Windows. Directory traversal was possible on Windows where backward slash is used as directory separator.

-

András Veres-Szentkirályi.

+

András Veres-Szentkirályi.

Own Id: OTP-9561

@@ -724,7 +724,7 @@

[httpd] Improved error messages.

-

Ricardo Catalinas Jiménez

+

Ricardo Catalinas Jiménez

Own Id: OTP-9157

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

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)

+ crashes. (Thanks to Ricardo Catalinas Jiménez)

Own Id: OTP-10094

@@ -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)

+ documentation. (Thanks to Ricardo Catalinas Jiménez)

Own Id: OTP-9987

@@ -727,7 +727,7 @@ Fixes net_kernel:get_net_ticktime() doc

Adds missing description when `ignored' is returned. - (Thanks to Ricardo Catalinas Jiménez )

+ (Thanks to Ricardo Catalinas Jiménez )

Own Id: OTP-9713

@@ -913,7 +913,7 @@

Fix typo in doc of rpc:pmap/3 (Thanks to Ricardo - Catalinas Jiménez)

+ Catalinas Jiménez)

Own Id: OTP-9168

diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 790f5d92b5..99a26dd281 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -115,7 +115,7 @@

Remove support for the query keyword and query - expressions. Thanks to Loïc Hoguin.

+ expressions. Thanks to Loïc Hoguin.

Own Id: OTP-10729

@@ -352,7 +352,7 @@ "-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be - safely omitted. (Thanks to Holger Weiß)

+ safely omitted. (Thanks to Holger Weiß)

Own Id: OTP-9170

diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 34e87374a2..998a4e4f9f 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -139,7 +139,7 @@

Start position was lost after a 'Found' -> 'Not found' search sequence leading an undefined position in the next - search. Thanks to Peti Gömori

+ search. Thanks to Peti Gömori

Own Id: OTP-10218

diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index ebbacb2327..a1c6f999e0 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -272,7 +272,7 @@

ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. - Thanks to Juhani Ränkimies. ODBC also has a new + Thanks to Juhani Ränkimies. ODBC also has a new connection option to return all strings as binaries and also expect strings to be binaries in the param_query function. These changes provides some unicode support.

@@ -282,7 +282,7 @@

Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, - DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.

+ DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.

*** POTENTIAL INCOMPATIBILITY ***

diff --git a/lib/percept/doc/src/notes.xml b/lib/percept/doc/src/notes.xml index 795dd98545..391f4d6d47 100644 --- a/lib/percept/doc/src/notes.xml +++ b/lib/percept/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -295,7 +295,7 @@

Performance enhancement for the egd render engine - (Thanks to Magnus Thoäng).

+ (Thanks to Magnus Thoäng).

Own Id: OTP-7616

diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 2281ac4a49..db35eba436 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -69,7 +69,7 @@

Fix Table Viewer refresh crash on no more existing ets - tables (Thanks to Peti Gömori)

+ tables (Thanks to Peti Gömori)

Own Id: OTP-10635

diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 299dd5058a..6b7ff7b238 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -138,7 +138,7 @@

Fix link to documentation for ssh:connect/3,4. Thanks to - Martin Hässler.

+ Martin Hässler.

Own Id: OTP-10862

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'.

diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 05049d7107..422d4538a6 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -103,7 +103,7 @@

Fix a bug in cover when used with no_auto_import. Thanks - to José Valim.

+ to José Valim.

Own Id: OTP-10778

@@ -138,7 +138,7 @@

Add separate face for exported functions (Thanks to - Thomas Järvstrand)

+ Thomas Järvstrand)

Own Id: OTP-10637

@@ -223,7 +223,7 @@

- Documentation fixes (Thanks to Ricardo Catalinas Jiménez + Documentation fixes (Thanks to Ricardo Catalinas Jiménez )

Own Id: OTP-10121

diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index a6e89d32a9..6ecae3752b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -39,7 +39,7 @@

Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of - wx. (Thanks to Håkan Mattsson)

+ wx. (Thanks to HÃ¥kan Mattsson)

Own Id: OTP-10585

-- cgit v1.2.3