Index: openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 10 Jan 2007 21:22:12 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 9 Nov 2007 10:38:56 -0000 1.11 @@ -11,7 +11,7 @@ ad_proc build_mime_message { text_body html_body - {charset "iso-8859-1"} + {charset "UTF-8"} } { Composes multipart/alternative email containing plain text and html versions of the message, parses out the headers we need, @@ -20,10 +20,6 @@ This proc is based on ad_html_sendmail, written by Doug Harris at the World Bank. - Comment from the original code: The message - is encoded with iso-8859-x charset (all mail readers I've tested seem - to be unable to handle utf-8 encoding). A future version of this proc - should probably support an alternative charset argument or switch. } { # switched to using tcllib, its required for openacs >= 5.3 package require mime