OTRS

From Wikitech
Revision as of 20:56, 16 September 2004 by Jeronim (Talk)

Jump to: navigation, search

OTRS is installed on zwinger.

A workaround is needed to deal with a known problem with perl and UTF-8 (Redhat bug report). The 1st and 3rd lines in the below code snippet were added in /opt/otrs/Kernel/cpan-lib/Email/Valid.pm, which is the CPAN module Email::Valid.

Encode::_utf8_off($addr);
($addr) = Mail::Address->parse( $addr );
Encode::_utf8_on($addr);

Installation docs

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox