Index: openacs-4/packages/acs-lang/tcl/locale-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/locale-procs.tcl,v diff -u -N -r1.47 -r1.48 --- openacs-4/packages/acs-lang/tcl/locale-procs.tcl 29 Jun 2018 09:08:38 -0000 1.47 +++ openacs-4/packages/acs-lang/tcl/locale-procs.tcl 25 Jul 2018 19:31:31 -0000 1.48 @@ -697,7 +697,7 @@ Returns the MIME charset name corresponding to the current connection's locale. @author Lars Pind (lars@pinds.com) - @param locale Name of a locale, as language_COUNTRY using ISO 639 and ISO 3166 + @return IANA MIME character set name } { return [lang::util::charset_for_locale [lang::conn::locale]]