From: Autrijus T. <aut...@au...> - 2002-10-24 08:26:21
|
This is crucial to get my current i18n work-in-progress working correctly. As it was us-ascii before, switching to utf-8 should not affect any existing users. Thanks, /Autrijus/ --- Slash/Utility/System/System.pm Thu Oct 24 16:13:21 2002 +++ /home/autrijus/System.pm Thu Oct 24 16:13:29 2002 @@ -119,7 +119,7 @@ body => $content, to => $addr, # put in vars ... ? - 'Content-type' => 'text/plain; charset="us-ascii"', + 'Content-type' => 'text/plain; charset="utf-8"', 'Content-transfer-encoding' => '8bit', ); |