[Zope-Checkins] CVS: Zope/lib/python/App/dtml - manage_page_header.dtml:1.10.126.1

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 7 Mar 2002 08:07:32 -0500


Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv25817/lib/python/App/dtml

Modified Files:
      Tag: toby-unicode-branch
	manage_page_header.dtml 
Log Message:
second phase of unicode patch merge

=== Zope/lib/python/App/dtml/manage_page_header.dtml 1.10 => 1.10.126.1 ===
 <html>
 <head>
+<dtml-unless management_page_charset>
+<dtml-call "REQUEST.set('management_page_charset','iso-8859-1')">
+</dtml-unless>
+<meta http-equiv="content-type" content="text/html;charset=<dtml-var management_page_charset>">
+<dtml-call "RESPONSE.setHeader('content-type','text/html;charset='+management_page_charset)">
 <title><dtml-if title><dtml-var title></dtml-if></title>
 <dtml-let ag="REQUEST.get('HTTP_USER_AGENT', '')"
      is_nav4="ag[:9] == 'Mozilla/4' and _.string.find(ag, 'MSIE') < 0"