[rt-users] RT saves data in quoted-printable, why???

Alex Vandiver alexmv at bestpractical.com
Thu Mar 5 17:15:41 EST 2015


On Thu, 5 Mar 2015 14:31:56 -0500 Alex Vandiver
<alexmv at bestpractical.com> wrote:
> I _believe_ that this code may be replaced by (untested):
> 
>     } elsif (    !$RT::Handle->BinarySafeBLOBs
>               && !eval { Encode::decode( "UTF-8", $Body,
> Encode::FB_CROAK); 1 } ) {
>         $ContentEncoding = 'quoted-printable';
>     }
> 
> I may push a branch later that makes this change, and see what breaks.

https://github.com/bestpractical/rt/compare/4.2-trunk...4.2%2Fless-qp

 - Alex



More information about the rt-users mailing list