[rt-users] international characters error again/still in RT 3.0.2pre5

Dirk Pape pape-rt at inf.fu-berlin.de
Wed May 7 05:42:38 EDT 2003


and now, when I wrote this, I found the error.

--Am Mittwoch, 7. Mai 2003 11:36 Uhr +0200 schrieb Dirk Pape 
<pape-rt at inf.fu-berlin.de>:

> @EmailInputEncodings = qw(utf-8 iso-8859-1 us-ascii) unless 
(@EmailEncodings);

this had been copied earlier from a (buggy?) RT_Config.pm

I changed it to

@EmailInputEncodings = qw(utf-8 iso-8859-1 us-ascii) unless 
(@EmailInputEncodings);

as in the new RT_Config.pm, restarted apache-ssl and it works now

Dirk.



More information about the rt-users mailing list