Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 15 Oct 2003 12:37:58 -0000 1.25 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 15 Oct 2003 14:30:09 -0000 1.26 @@ -161,8 +161,7 @@ # Read messages from any existing catalog file set catalog_file_path [lang::catalog::get_catalog_file_path \ -package_key $package_key \ - -locale $locale \ - -charset [ad_locale charset $locale]] + -locale $locale] if { [file exists $catalog_file_path] } { set catalog_file_contents [lang::catalog::read_file $catalog_file_path] array set catalog_array [lang::catalog::parse $catalog_file_contents]