SOURCES: bandersnatch-charset.patch (NEW) - use utf8

arekm arekm at pld-linux.org
Wed Sep 21 11:00:12 CEST 2005


Author: arekm                        Date: Wed Sep 21 09:00:12 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use utf8

---- Files affected:
SOURCES:
   bandersnatch-charset.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bandersnatch-charset.patch
diff -u /dev/null SOURCES/bandersnatch-charset.patch:1.1
--- /dev/null	Wed Sep 21 11:00:12 2005
+++ SOURCES/bandersnatch-charset.patch	Wed Sep 21 11:00:06 2005
@@ -0,0 +1,31 @@
+diff -urNbB bandersnatch-0.4.RC1.org/frontend/templates/default.tpl.htm bandersnatch-0.4.RC1/frontend/templates/default.tpl.htm
+--- bandersnatch-0.4.RC1.org/frontend/templates/default.tpl.htm	2004-04-01 23:03:57.000000000 +0200
++++ bandersnatch-0.4.RC1/frontend/templates/default.tpl.htm	2005-09-21 11:01:28.033501488 +0200
+@@ -2,8 +2,7 @@
+ <html>
+ <head>
+ <title>{PAGE_TITLE}</title>
+-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
++<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <STYLE type=text/css>A {
+ 	FONT-WEIGHT: normal;
+ 	TEXT-DECORATION: none;
+@@ -37,7 +36,7 @@
+ }
+ 
+ </STYLE>
+-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
++<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <STYLE type=text/css>A {
+ 	FONT-WEIGHT: normal;
+ 	TEXT-DECORATION: none;
+@@ -137,7 +136,7 @@
+     <td colspan="2"> 
+       <!-- BEGIN main_page -->
+       <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><head>
+-      <title>{PAGE_TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
++      <title>{PAGE_TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+       <STYLE type=text/css>A {
+ 	FONT-WEIGHT: normal;
+ 	TEXT-DECORATION: none;
================================================================



More information about the pld-cvs-commit mailing list