Fixup encoding issue

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-06-07 16:38:37 +00:00
parent 751e998014
commit 73f18a6998

View file

@ -6433,7 +6433,10 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
shouldSet = NO;
}
}
else if (v == nil || [v isEqualToString: @"7bit"] == YES)
else if (v == nil
|| [v isEqualToString: @"7bit"] == YES
|| [v isEqualToString: @"quoted-printable"] == YES
|| [v isEqualToString: @"x-uuencode"] == YES)
{
/*
* For 7bit encoding, we can accept the setting if the content