Charset information in the userguide has been moved above title for internationalization purposes (#4614)
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 796d1b2..1a3c9b6 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Active Record : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html
index bc1cd0d..d9b9062 100644
--- a/user_guide/database/caching.html
+++ b/user_guide/database/caching.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Caching Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html
index 08b855b..9ea2aba 100644
--- a/user_guide/database/call_function.html
+++ b/user_guide/database/call_function.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Custom Function Calls : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html
index b778040..e14e161 100644
--- a/user_guide/database/configuration.html
+++ b/user_guide/database/configuration.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Configuration : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index bc4b2e7..8de0460 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Connecting to your Database : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html
index debecbf..22d2eba 100644
--- a/user_guide/database/examples.html
+++ b/user_guide/database/examples.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Quick Start : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html
index 15631df..06ee20e 100644
--- a/user_guide/database/fields.html
+++ b/user_guide/database/fields.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Field Data : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html
index f679a4f..cbe5038 100644
--- a/user_guide/database/forge.html
+++ b/user_guide/database/forge.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Forge Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html
index 7d3d0e4..10598f8 100644
--- a/user_guide/database/helpers.html
+++ b/user_guide/database/helpers.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Query Helper Functions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/index.html b/user_guide/database/index.html
index 506efcc..d67dfc2 100644
--- a/user_guide/database/index.html
+++ b/user_guide/database/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>The Database Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html
index 6c03005..e5f0a08 100644
--- a/user_guide/database/queries.html
+++ b/user_guide/database/queries.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Queries : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/results.html b/user_guide/database/results.html
index 50f32de..468a835 100644
--- a/user_guide/database/results.html
+++ b/user_guide/database/results.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Generating Query Results : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html
index 6e4d768..8c82a70 100644
--- a/user_guide/database/table_data.html
+++ b/user_guide/database/table_data.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Table Data : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html
index b1187a0..5fcc8e3 100644
--- a/user_guide/database/transactions.html
+++ b/user_guide/database/transactions.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Transactions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index 3050801..dd16f5c 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Utility Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />