[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - i18n.zcml:1.7.2.1

Stephan Richter srichter@cbu.edu
Fri, 14 Jun 2002 10:49:02 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv20580/lib/python/Zope/I18n

Modified Files:
      Tag: srichter-z3-unicode-branch
	i18n.zcml 
Log Message:
Branch-specifc commit, so that Barry and Fred can help me debug the existing
errors.


=== Zope3/lib/python/Zope/I18n/i18n.zcml 1.7 => 1.7.2.1 ===
 
 <!-- Setup charset negotiation -->
-<adapter factory="Zope.Publisher.Browser.BrowserCharsets."
-         for="Zope.Publisher.Browser.IBrowserRequest."
+<adapter factory="Zope.Publisher.HTTP.HTTPCharsets."
+         for="Zope.Publisher.HTTP.IHTTPRequest."
          provides="Zope.I18n.IUserPreferredCharsets."
          />