[Rt-commit] r13448 - rt/3.8/trunk/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Jun 20 11:11:33 EDT 2008


Author: ruz
Date: Fri Jun 20 11:11:33 2008
New Revision: 13448

Modified:
   rt/3.8/trunk/lib/RT/Template_Overlay.pm

Log:
* if MIME parser can not cope with utf8 then drop off utf8 flag
  where you want to when _ParseContent has nothing to do with
  MIME parser

Modified: rt/3.8/trunk/lib/RT/Template_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Template_Overlay.pm	(original)
+++ rt/3.8/trunk/lib/RT/Template_Overlay.pm	Fri Jun 20 11:11:33 2008
@@ -431,8 +431,6 @@
     );
     return ( undef, $self->loc('Template parsing error') ) if $is_broken;
 
-    # MIME::Parser has problems dealing with high-bit utf8 data.
-    Encode::_utf8_off($retval);
     return ($retval);
 }
 


More information about the Rt-commit mailing list