Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 26 Feb 2004 15:28:46 -0000 1.39 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 26 Feb 2005 16:00:09 -0000 1.40 @@ -180,7 +180,7 @@ # ISO-8859-1 an exception is that some developers may make the shortcut of editing # the en_US catalog files directly to add keys and they might mess up the # utf-8 encoding of the files when doing so. - set system_charset [ad_locale charset $locale] + set system_charset [lang::util::charset_for_locale $locale] set file_charset [ad_decode $system_charset "ISO-8859-1" $system_charset utf-8] }