diff --git a/chapters.ent b/chapters.ent
index a40cbe1504..a5efb7e68e 100644
--- a/chapters.ent
+++ b/chapters.ent
@@ -26,7 +26,6 @@
-
@@ -74,7 +73,6 @@
-
diff --git a/functions/adabas.xml b/functions/adabas.xml
deleted file mode 100644
index 04f0c82c05..0000000000
--- a/functions/adabas.xml
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
- Adabas D functions
- Adabas D
-
-
-
- The Adabas D functions are deprecated, you probably want to use
- the Unified ODBC functions
- instead.
-
-
-
-
-
- ada_afetch
- Fetch a result row into an array
-
-
- Description
-
- See odbc_fetch_into
-
-
-
-
-
-
- ada_autocommit
- Toggle autocommit behaviour
-
-
- Description
-
- See odbc_autocommit.
-
-
-
-
-
-
- ada_close
-
- Close a connection to an Adabas D server
-
-
-
- Description
-
- See odbc_close.
-
-
-
-
-
-
- ada_commit
- Commit a transaction
-
-
- Description
- See odbc_commit
-
-
-
-
-
-
- ada_connect
- Connect to an Adabas D datasource
-
-
- Description
-
- See odbc_connect.
-
-
-
-
-
-
- ada_exec
- Prepare and execute a SQL statement
-
-
- Description
-
- See odbc_exec or
- odbc_do.
-
-
-
-
-
-
- ada_fetchrow
- Fetch a row from a result
-
-
- Description
-
- See odbc_fetch_row.
-
-
-
-
-
-
- ada_fieldname
- Get the columnname
-
-
- Description
-
- See odbc_field_name.
-
-
-
-
-
-
- ada_fieldnum
- Get column number
-
-
- Description
-
- See odbc_field_num.
-
-
-
-
-
-
- ada_fieldtype
- Get the datatype of a field
-
-
- Description
-
- See odbc_field_type.
-
-
-
-
-
-
- ada_freeresult
-
- Free resources associated with a result
-
-
-
- Description
-
- See odbc_free_result.
-
-
-
-
-
-
- ada_numfields
- Get the number of columns in a result
-
-
- Description
-
- See odbc_num_fields.
-
-
-
-
-
-
- ada_numrows
- Number of rows in a result
-
-
- Description
-
- See odbc_num_rows.
-
-
-
-
-
-
- ada_result
- Get data from results
-
-
- Description
-
- See odbc_result.
-
-
-
-
-
-
- ada_resultall
- Print result as HTML table
-
-
- Description
-
- See odbc_result_all.
-
-
-
-
-
-
- ada_rollback
- Rollback a transaction
-
-
- Description
-
- See Odbc_rollback.
-
-
-
-
-
-
-
diff --git a/functions/solid.xml b/functions/solid.xml
deleted file mode 100644
index 367c730c82..0000000000
--- a/functions/solid.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-
- Solid functions
- Solid
-
-
- The Solid functions are deprecated, you probably want to use the
- Unified ODBC functions instead.
-
-
-
-
- solid_close
- close a Solid connection
-
-
- Description
- See odbc_close.
-
-
-
-
-
-
- solid_connect
- connect to a Solid data source
-
-
- Description
- See odbc_connect.
-
-
-
-
-
-
- solid_exec
- execute a Solid query
-
-
- Description
- See odbc_exec.
-
-
-
-
-
-
- solid_fetchrow
- fetch row of data from Solid query
-
-
- Descriptio
- See odbc_fetch_row
-
-
-
-
-
-
- solid_fieldname
- get name of column from Solid query
-
-
- Description
- See odbc_field_name.
-
-
-
-
-
-
- solid_fieldnum
- get index of column from Solid query
-
-
- Description
- See odbc_field_num.
-
-
-
-
-
-
- solid_freeresult
- free result memory from Solid query
-
-
- Description
- See odbc_free_result.
-
-
-
-
-
-
- solid_numfields
- get number of fields in Solid result
-
-
- Description
- See odbc_num_fields.
-
-
-
-
-
-
- solid_numrows
- get number of rows in Solid result
-
-
- Description
- See odbc_num_rows.
-
-
-
-
-
-
- solid_result
- get data from Solid results
-
-
- Description
- See odbc_result.
-
-
-
-
-
-
-
diff --git a/functions/xml.xml b/functions/xml.xml
index a3a66eadb4..8ed32f5f46 100644
--- a/functions/xml.xml
+++ b/functions/xml.xml
@@ -1739,7 +1739,8 @@ $xml_parser->parse("<A ID=\"hallo\">PHP</A>");
utf8_decode
- Converts a UTF-8 encoded string to ISO-8859-1
+ Converts a string with ISO-8859-1 characters encoded with UTF-8
+ to single-byte ISO-8859-1.