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.2 -r1.85.2.3 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 20 Feb 2007 16:57:49 -0000 1.85.2.2 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Feb 2007 00:00:03 -0000 1.85.2.3 @@ -645,6 +645,7 @@ 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 @@ -653,6 +654,7 @@ # 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