Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.85.2.1 -r1.85.2.2 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 20 Feb 2007 00:41:21 -0000 1.85.2.1 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 20 Feb 2007 16:57:49 -0000 1.85.2.2 @@ -645,7 +645,6 @@ if { [catch { ad_conn -set locale [lang::conn::locale] ad_conn -set language [lang::conn::language] - ad_conn -set charset [lang::util::charset_for_locale [ad_conn locale]] }] } { # acs-lang doesn't seem to be installed. Even though it must be installed now, # the problem is that if it isn't, everything breaks. So we wrap it in @@ -654,7 +653,6 @@ # to assume that most people have added acs-lang to their system. ad_conn -set locale "" ad_conn -set language "" - ad_conn -set charset "" } # Who's online