AccentBug

From Request Tracker Wiki
Revision as of 16:03, 6 April 2016 by Admin (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

http://lists.bestpractical.com/pipermail/rt-users/2004-June/023862.html

Paulo Matos pjsm at fct.unl.pt - Mon Jun 21 10:08:11 EDT 2004

On RT_SiteConfig.pm, use the following settings:

@EmailInputEncodings = qw(iso-8859-1 us-ascii utf-8) unless (@EmailInputEncodings);
Set($EmailOutputEncoding , 'iso-8859-1');

Basically, until you bump your perl installation to at least 5.8.3 you won't be able to have utf8 behaving correctly, you can workaround a lot of the problems....