Backport encoding fix for cgi-bin config scripts
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Oct 2007 03:21:03 +0000 (03:21 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Oct 2007 03:21:03 +0000 (03:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7925 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/cgi-bin/circ-rules.cgi
Open-ILS/src/cgi-bin/config.cgi
Open-ILS/src/cgi-bin/copy_statuses.cgi
Open-ILS/src/cgi-bin/lib-setup.cgi
Open-ILS/src/cgi-bin/org_unit_types.cgi
Open-ILS/src/cgi-bin/perms-setup.cgi
Open-ILS/src/cgi-bin/usr_group-setup.cgi

index 53535e6..6bc5d70 100755 (executable)
@@ -27,6 +27,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;
index 0f2363c..041fb90 100755 (executable)
@@ -4,6 +4,7 @@ Content-type: text/html
 
 <html>
        <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                <title>Open-ILS Bootstrapping Scripts</title>
        </head>
        <body>
index b54968c..46bca2c 100755 (executable)
@@ -26,6 +26,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;
index 2479853..c79757d 100755 (executable)
@@ -105,6 +105,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;
index 30ad0aa..24ad395 100755 (executable)
@@ -27,6 +27,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;
index 56d8deb..bdff619 100755 (executable)
@@ -27,6 +27,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;
index 20fbd5f..962fa1d 100755 (executable)
@@ -71,6 +71,7 @@ Content-type: text/html
 <html>
 
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <style>
                table.table_class {
                        border: dashed lightgrey 1px;