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.86 -r1.87 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Jan 2007 21:22:12 -0000 1.86 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 14 Mar 2007 09:55:12 -0000 1.87 @@ -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