[open-ils-commits] r7922 - trunk/Open-ILS/src/cgi-bin
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 23 12:36:21 EDT 2007
Author: dbs
Date: 2007-10-23 12:22:44 -0400 (Tue, 23 Oct 2007)
New Revision: 7922
Modified:
trunk/Open-ILS/src/cgi-bin/circ-rules.cgi
trunk/Open-ILS/src/cgi-bin/config.cgi
trunk/Open-ILS/src/cgi-bin/copy_statuses.cgi
trunk/Open-ILS/src/cgi-bin/lib-setup.cgi
trunk/Open-ILS/src/cgi-bin/org_unit_types.cgi
trunk/Open-ILS/src/cgi-bin/perms-setup.cgi
trunk/Open-ILS/src/cgi-bin/usr_group-setup.cgi
Log:
Add an explicit encoding of UTF-8 to enable input and display of accented characters.
Modified: trunk/Open-ILS/src/cgi-bin/circ-rules.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/circ-rules.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/circ-rules.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: trunk/Open-ILS/src/cgi-bin/config.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/config.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/config.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -4,6 +4,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Open-ILS Bootstrapping Scripts</title>
</head>
<body>
Modified: trunk/Open-ILS/src/cgi-bin/copy_statuses.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/copy_statuses.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/copy_statuses.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -26,6 +26,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: trunk/Open-ILS/src/cgi-bin/lib-setup.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/lib-setup.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/lib-setup.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -105,6 +105,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: trunk/Open-ILS/src/cgi-bin/org_unit_types.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/org_unit_types.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/org_unit_types.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: trunk/Open-ILS/src/cgi-bin/perms-setup.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/perms-setup.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/perms-setup.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: trunk/Open-ILS/src/cgi-bin/usr_group-setup.cgi
===================================================================
--- trunk/Open-ILS/src/cgi-bin/usr_group-setup.cgi 2007-10-23 15:37:33 UTC (rev 7921)
+++ trunk/Open-ILS/src/cgi-bin/usr_group-setup.cgi 2007-10-23 16:22:44 UTC (rev 7922)
@@ -71,6 +71,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
More information about the open-ils-commits
mailing list