OTRS

From Wikitech
(Difference between revisions)
Jump to: navigation, search
m
(not working; will try install on albert)
Line 10: Line 10:
 
Encode::_utf8_on($addr);
 
Encode::_utf8_on($addr);
 
</pre>
 
</pre>
 +
 +
''This workaround needs to be put in about 30 other places in the code.  Instead of this, I'm going to try installing on albert and hope that it doesn't have the same problem.'' -- [[User:Jeronim|Jeronim]] 22:47, 16 Sep 2004 (UTC)
  
 
[http://doc.otrs.org/1.2/en/html/install-cli.html Installation docs]
 
[http://doc.otrs.org/1.2/en/html/install-cli.html Installation docs]

Revision as of 22:47, 16 September 2004

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);

This workaround needs to be put in about 30 other places in the code. Instead of this, I'm going to try installing on albert and hope that it doesn't have the same problem. -- Jeronim 22:47, 16 Sep 2004 (UTC)

Installation docs

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox