Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 22 Jan 2010 14:10:30 -0000 1.19 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 18 Nov 2012 18:47:20 -0000 1.20 @@ -202,6 +202,10 @@ set spellchecker_path [nsv_get spellchecker path] + # + # Force default language to en_US + #set ::env(LANG) en_US.UTF-8 + # the --lang switch only works with aspell and if it is not present # aspell's (or ispell's) default language will have to do. set lang_and_enc "--encoding=utf-8"