CVS: tmda-cgi/display/themes/Blue/template Generator.py,1.7,1.8 editlist.html,1.12,1.13 error.html,1.11,1.12 gen_addr.html,1.13,1.14 globalconfig.html,1.12,1.13 incoming.html,1.12,1.13 info.html,1.9,1.10 installed.html,1.6,1.7 localconfig.html,1.11,1.12 outgoing.html,1.12,1.13 password.html,1.11,1.12 pending.html,1.28,1.29 prog_err.html,1.12,1.13 templates.html,1.2,1.3 test_addr.html,1.12,1.13 test_filt.html,1.11,1.12 theme.html,1.17,1.18 uninstall.html,1.6,1.7 view.html,1.15,1.16

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv18821/display/themes/Blue/template

Modified Files:
	Generator.py editlist.html error.html gen_addr.html 
	globalconfig.html incoming.html info.html installed.html 
	localconfig.html outgoing.html password.html pending.html 
	prog_err.html templates.html test_addr.html test_filt.html 
	theme.html uninstall.html view.html 
Log Message:
Added new defaults.ini variable for controlling the default character set.

Added two new util functions, one for looking up the alias of a character set,
and one that translates characters into UTF-8.

Encode the character sets found so they display properly.


Index: Generator.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/Generator.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Generator.py	3 May 2003 04:58:35 -0000	1.7
+++ Generator.py	6 May 2003 21:50:40 -0000	1.8
@@ -299,6 +299,9 @@
   def get_bgcolor(self):
     return '#A6A6B3'
 
+  def get_charset(self):
+    return '%(CharSet)s'
+
   def get_body_metrics(self):
     Width = 'width="700"'
     if PageWidth.has_key(self.html):

Index: editlist.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/editlist.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- editlist.html	3 May 2003 16:54:53 -0000	1.12
+++ editlist.html	6 May 2003 21:50:40 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:16 2003 -->
+<!-- Tue May  6 14:07:12 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>List Editor</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: error.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/error.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- error.html	3 May 2003 16:54:53 -0000	1.11
+++ error.html	6 May 2003 21:50:40 -0000	1.12
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:16 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>tmda-cgi Error</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: gen_addr.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/gen_addr.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gen_addr.html	3 May 2003 16:54:53 -0000	1.13
+++ gen_addr.html	6 May 2003 21:50:40 -0000	1.14
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:16 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Generate Dynamic E-mail Addresses</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: globalconfig.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/globalconfig.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- globalconfig.html	3 May 2003 16:54:53 -0000	1.12
+++ globalconfig.html	6 May 2003 21:50:40 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:16 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Global Configuration File</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: incoming.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/incoming.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- incoming.html	3 May 2003 16:54:54 -0000	1.12
+++ incoming.html	6 May 2003 21:50:40 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:16 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Incoming Filter</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: info.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/info.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- info.html	4 May 2003 19:47:26 -0000	1.9
+++ info.html	6 May 2003 21:50:40 -0000	1.10
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sun May  4 14:46:16 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>About tmda-cgi</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: installed.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/installed.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- installed.html	3 May 2003 16:54:54 -0000	1.6
+++ installed.html	6 May 2003 21:50:40 -0000	1.7
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Installed!</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: localconfig.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/localconfig.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- localconfig.html	3 May 2003 16:54:54 -0000	1.11
+++ localconfig.html	6 May 2003 21:50:40 -0000	1.12
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Local Configuration File</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: outgoing.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/outgoing.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- outgoing.html	3 May 2003 16:54:54 -0000	1.12
+++ outgoing.html	6 May 2003 21:50:40 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Outgoing Filter</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: password.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/password.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- password.html	3 May 2003 16:54:54 -0000	1.11
+++ password.html	6 May 2003 21:50:41 -0000	1.12
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:13 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Change Password</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: pending.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/pending.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pending.html	3 May 2003 16:54:54 -0000	1.28
+++ pending.html	6 May 2003 21:50:41 -0000	1.29
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 11:12:18 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Pending E-mail</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: prog_err.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/prog_err.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- prog_err.html	3 May 2003 16:54:54 -0000	1.12
+++ prog_err.html	6 May 2003 21:50:41 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>tmda-cgi Program Error</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: templates.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/templates.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- templates.html	4 May 2003 14:30:37 -0000	1.2
+++ templates.html	6 May 2003 21:50:41 -0000	1.3
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sun May  4 09:22:00 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Autoresponse Templates</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: test_addr.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/test_addr.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- test_addr.html	3 May 2003 16:54:54 -0000	1.12
+++ test_addr.html	6 May 2003 21:50:41 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:17 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Test Dynamic Address</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: test_filt.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/test_filt.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- test_filt.html	3 May 2003 16:54:54 -0000	1.11
+++ test_filt.html	6 May 2003 21:50:41 -0000	1.12
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:18 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Test Filters</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: theme.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/theme.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- theme.html	4 May 2003 03:28:57 -0000	1.17
+++ theme.html	6 May 2003 21:50:41 -0000	1.18
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 18:09:19 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Theme Selection</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: uninstall.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/uninstall.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- uninstall.html	3 May 2003 16:54:54 -0000	1.6
+++ uninstall.html	6 May 2003 21:50:41 -0000	1.7
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 09:52:18 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Uninstall TMDA?</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

Index: view.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/view.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- view.html	3 May 2003 16:54:54 -0000	1.15
+++ view.html	6 May 2003 21:50:42 -0000	1.16
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May  3 10:55:57 2003 -->
+<!-- Tue May  6 14:07:14 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -12,7 +12,7 @@
 
 <head>
 <title>Pending E-mail</title>
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+<meta http-equiv="Content-Type" content="text/html; charset=%(CharSet)s">
 <meta name="generator" content="HT2HTML/2.1">
 <link rel="STYLESHEET" href="%(ThemeDir)s/styles.css" type="text/css">
 </head>

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.